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

Unified Diff: Source/core/platform/Theme.h

Issue 25494003: Move geometry classes from core/platform/graphics to platform/geometry (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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/ScrollbarThemeOverlay.cpp ('k') | Source/core/platform/Widget.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/Theme.h
diff --git a/Source/core/platform/Theme.h b/Source/core/platform/Theme.h
index d4ba7979d097fa14a8b22f7f186e69bfd2c49428..ef99ee482b6da20f1b807fb1b8c8c470c63c477b 100644
--- a/Source/core/platform/Theme.h
+++ b/Source/core/platform/Theme.h
@@ -31,7 +31,7 @@
#include "core/platform/ThemeTypes.h"
#include "core/platform/graphics/Color.h"
#include "core/platform/graphics/Font.h"
-#include "core/platform/graphics/IntRect.h"
+#include "platform/geometry/IntRect.h"
#include "wtf/Forward.h"
namespace WebCore {
« no previous file with comments | « Source/core/platform/ScrollbarThemeOverlay.cpp ('k') | Source/core/platform/Widget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698