diff options
author | djsollen <djsollen@google.com> | 2014-11-14 07:21:29 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-11-14 07:21:29 -0800 |
commit | 082a4620fdae4bc825738c789e976103fc083583 (patch) | |
tree | 82b4c7b9014e713fab251a9b26a19aa3613303b3 /src/gpu/gl/win | |
parent | ac49acda520292b059bc37fd368dff912626c3d9 (diff) |
Move WGL header from include to src
NOTRY=true
Review URL: https://codereview.chromium.org/728823002
Diffstat (limited to 'src/gpu/gl/win')
-rw-r--r-- | src/gpu/gl/win/SkCreatePlatformGLContext_win.cpp | 2 |
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> |