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

Unified Diff: third_party/WebKit/Source/core/geometry/DOMPoint.h

Issue 2741723005: Move geometry interface files to geometry directory. (Closed)
Patch Set: Rebase Created 3 years, 9 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
Index: third_party/WebKit/Source/core/geometry/DOMPoint.h
diff --git a/third_party/WebKit/Source/core/dom/DOMPoint.h b/third_party/WebKit/Source/core/geometry/DOMPoint.h
similarity index 94%
rename from third_party/WebKit/Source/core/dom/DOMPoint.h
rename to third_party/WebKit/Source/core/geometry/DOMPoint.h
index 95d5b2609e75acb738016e1c711ce26fc16faa60..300213d99740804b82a4fdb8a2d4d72fa8ef456e 100644
--- a/third_party/WebKit/Source/core/dom/DOMPoint.h
+++ b/third_party/WebKit/Source/core/geometry/DOMPoint.h
@@ -6,7 +6,7 @@
#define DOMPoint_h
#include "core/CoreExport.h"
-#include "core/dom/DOMPointReadOnly.h"
+#include "core/geometry/DOMPointReadOnly.h"
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/core/geometry/DOMMatrixTest.cpp ('k') | third_party/WebKit/Source/core/geometry/DOMPoint.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698