aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/win/SkCreatePlatformGLContext_win.cpp
diff options
context:
space:
mode:
authorGravatar djsollen <djsollen@google.com>2014-11-14 07:21:29 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-11-14 07:21:29 -0800
commit082a4620fdae4bc825738c789e976103fc083583 (patch)
tree82b4c7b9014e713fab251a9b26a19aa3613303b3 /src/gpu/gl/win/SkCreatePlatformGLContext_win.cpp
parentac49acda520292b059bc37fd368dff912626c3d9 (diff)
Move WGL header from include to src
Diffstat (limited to 'src/gpu/gl/win/SkCreatePlatformGLContext_win.cpp')
-rw-r--r--src/gpu/gl/win/SkCreatePlatformGLContext_win.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/gl/win/SkCreatePlatformGLContext_win.cpp b/src/gpu/gl/win/SkCreatePlatformGLContext_win.cpp
index b53d46ced3..890c7849ba 100644
--- a/src/gpu/gl/win/SkCreatePlatformGLContext_win.cpp
+++ b/src/gpu/gl/win/SkCreatePlatformGLContext_win.cpp
@@ -10,7 +10,7 @@
#include <windows.h>
#include <GL/GL.h>
-#include "SkWGL.h"
+#include "win/SkWGL.h"
#define WIN32_LEAN_AND_MEAN
#include <windows.h>