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

Unified Diff: Source/platform/geometry/LayoutPoint.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/LayoutBoxExtent.cpp ('k') | Source/platform/geometry/LayoutRect.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/geometry/LayoutPoint.h
diff --git a/Source/core/platform/graphics/LayoutPoint.h b/Source/platform/geometry/LayoutPoint.h
similarity index 98%
rename from Source/core/platform/graphics/LayoutPoint.h
rename to Source/platform/geometry/LayoutPoint.h
index 4346a71a159267885b2682abf1354ea4da30f948..896703b28cf2333812d057a1cb4bdeb60afe7aa9 100644
--- a/Source/core/platform/graphics/LayoutPoint.h
+++ b/Source/platform/geometry/LayoutPoint.h
@@ -31,8 +31,8 @@
#ifndef LayoutPoint_h
#define LayoutPoint_h
-#include "core/platform/graphics/FloatPoint.h"
-#include "core/platform/graphics/LayoutSize.h"
+#include "platform/geometry/FloatPoint.h"
+#include "platform/geometry/LayoutSize.h"
#include "wtf/MathExtras.h"
namespace WebCore {
« no previous file with comments | « Source/platform/geometry/LayoutBoxExtent.cpp ('k') | Source/platform/geometry/LayoutRect.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698