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

Unified Diff: Source/core/platform/graphics/IntSize.h

Issue 23187004: Do not include "wtf/Platform.h" directly (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix win_x64 build Created 7 years, 4 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 | « Source/core/platform/graphics/IntPoint.h ('k') | Source/core/platform/graphics/chromium/VDMXParser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/graphics/IntSize.h
diff --git a/Source/core/platform/graphics/IntSize.h b/Source/core/platform/graphics/IntSize.h
index 7f97f9ca028fbc762305328a84cc6a7bf8598ff2..1844e040c098d651aac2ebf7cc3ef4293ade5861 100644
--- a/Source/core/platform/graphics/IntSize.h
+++ b/Source/core/platform/graphics/IntSize.h
@@ -27,8 +27,6 @@
#ifndef IntSize_h
#define IntSize_h
-#include "wtf/Platform.h"
-
#if OS(DARWIN)
typedef struct CGSize CGSize;
« no previous file with comments | « Source/core/platform/graphics/IntPoint.h ('k') | Source/core/platform/graphics/chromium/VDMXParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698