Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1438)

Unified Diff: src/views/win/SkOSWindow_win.cpp

Issue 728823002: Move WGL header from include to src (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/utils/win/SkWGL.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/views/win/SkOSWindow_win.cpp
diff --git a/src/views/win/SkOSWindow_win.cpp b/src/views/win/SkOSWindow_win.cpp
index 447a5af6cc8cdfd54d1b4e019cd58abfb5f534f5..315ac2b05ac2b95c24f2de82152475c8f149d1e3 100644
--- a/src/views/win/SkOSWindow_win.cpp
+++ b/src/views/win/SkOSWindow_win.cpp
@@ -11,7 +11,7 @@
#include <GL/gl.h>
#include <WindowsX.h>
-#include "SkWGL.h"
+#include "win/SkWGL.h"
#include "SkWindow.h"
#include "SkCanvas.h"
#include "SkOSMenu.h"
« no previous file with comments | « src/utils/win/SkWGL.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698