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

Unified Diff: Source/platform/win/SystemInfo.cpp

Issue 99103006: Moving GraphicsContext and dependencies from core to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased and building Created 7 years 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
Index: Source/platform/win/SystemInfo.cpp
diff --git a/Source/platform/win/SystemInfo.cpp b/Source/platform/win/SystemInfo.cpp
index ae198e3974e70051b28334364c6fe4d750709cd2..b5c9d6517f09856d4f3518bcb16e57855785f422 100644
--- a/Source/platform/win/SystemInfo.cpp
+++ b/Source/platform/win/SystemInfo.cpp
@@ -26,6 +26,8 @@
#include "config.h"
#include "platform/win/SystemInfo.h"
+#include "platform/PlatformExport.h"
+
#if _WIN32_WINNT_WINBLUE
#include <versionhelpers.h>
#endif

Powered by Google App Engine
This is Rietveld 408576698