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

Unified Diff: include/utils/SkWGL.h

Issue 727783004: Fix Chromium roll broken by http://crrev.com/728823002 (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: compile everywhere 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/utils/SkWGL.h
diff --git a/include/utils/SkWGL.h b/include/utils/SkWGL.h
new file mode 100644
index 0000000000000000000000000000000000000000..e61f9ec37a0cf7175038d1c33fd9a34ad5544bab
--- /dev/null
+++ b/include/utils/SkWGL.h
@@ -0,0 +1,8 @@
+// TODO(halcanary): in chromium/src, change references to this file in
+// skia/BUILD.gn and skia/skia_library.gypi, then delete this file.
+#ifndef include_utils_SkWGL_DEFINED
+#define include_utils_SkWGL_DEFINED
+#ifdef SK_BUILD_FOR_WIN32
+#include "../../src/utils/win/SkWGL.h"
+#endif // SK_BUILD_FOR_WIN32
+#endif // include_utils_SkWGL_DEFINED
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698