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

Unified Diff: Source/platform/geometry/IntRect.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/platform/geometry/IntPoint.h ('k') | Source/platform/geometry/IntRect.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/geometry/IntRect.h
diff --git a/Source/core/platform/graphics/IntRect.h b/Source/platform/geometry/IntRect.h
similarity index 99%
rename from Source/core/platform/graphics/IntRect.h
rename to Source/platform/geometry/IntRect.h
index a2e3492356f4ffcf5f7dd0f7e0987d4869a9fd9b..712b44050752b59df6538afd4a5e7a143d6d3dd5 100644
--- a/Source/core/platform/graphics/IntRect.h
+++ b/Source/platform/geometry/IntRect.h
@@ -26,7 +26,7 @@
#ifndef IntRect_h
#define IntRect_h
-#include "core/platform/graphics/IntPoint.h"
+#include "platform/geometry/IntPoint.h"
#include "wtf/FastAllocBase.h"
#include "wtf/Vector.h"
« no previous file with comments | « Source/platform/geometry/IntPoint.h ('k') | Source/platform/geometry/IntRect.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698