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

Unified Diff: public/platform/WebRect.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 | « public/platform/WebPoint.h ('k') | public/platform/WebSize.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebRect.h
diff --git a/public/platform/WebRect.h b/public/platform/WebRect.h
index e73aa4c2523bcf337ae0b8422f4b378270c90882..e774d0f60edfbc30d84315e9017ed09fcd690254 100644
--- a/public/platform/WebRect.h
+++ b/public/platform/WebRect.h
@@ -34,7 +34,7 @@
#include "WebCommon.h"
#if BLINK_IMPLEMENTATION
-#include "core/platform/graphics/IntRect.h"
+#include "platform/geometry/IntRect.h"
#else
#include <algorithm>
#include <cmath>
« no previous file with comments | « public/platform/WebPoint.h ('k') | public/platform/WebSize.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698