Index: src/gpu/gl/win/SkNativeGLContext_win.cpp |
diff --git a/src/gpu/gl/win/SkNativeGLContext_win.cpp b/src/gpu/gl/win/SkNativeGLContext_win.cpp |
index d8777274bcc6925a1dfffa73446888890961f129..392c2bc97d8f23b1c73fa4d2494d594dd30fc5f2 100644 |
--- a/src/gpu/gl/win/SkNativeGLContext_win.cpp |
+++ b/src/gpu/gl/win/SkNativeGLContext_win.cpp |
@@ -10,7 +10,7 @@ |
#include "SkWGL.h" |
#define WIN32_LEAN_AND_MEAN |
-#include <Windows.h> |
+#include <windows.h> |
SkNativeGLContext::AutoContextRestore::AutoContextRestore() { |
fOldHGLRC = wglGetCurrentContext(); |