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

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

Powered by Google App Engine
This is Rietveld 408576698