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

Unified Diff: skia/ext/platform_surface.h

Issue 2041113002: skia/ext: do not assume Skia's headers include windows.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months 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: skia/ext/platform_surface.h
diff --git a/skia/ext/platform_surface.h b/skia/ext/platform_surface.h
index b0d5173c40f8929e07c716feb8123ff24dd57726..931205d77f4fba645175f04358de5492bed02aec 100644
--- a/skia/ext/platform_surface.h
+++ b/skia/ext/platform_surface.h
@@ -7,6 +7,10 @@
#include "build/build_config.h"
+#if defined(OS_WIN)
+#include <windows.h>
bungeman-skia 2016/06/06 20:04:50 Does this work if moved below the Skia includes to
hal.canary 2016/06/06 20:07:04 Done.
+#endif
+
#include "third_party/skia/include/core/SkTypes.h"
#include "third_party/skia/include/core/SkRect.h"
« 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