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

Unified Diff: third_party/WebKit/Source/core/geometry/DOMRect.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/DOMRect.h
diff --git a/third_party/WebKit/Source/core/dom/DOMRect.h b/third_party/WebKit/Source/core/geometry/DOMRect.h
similarity index 95%
rename from third_party/WebKit/Source/core/dom/DOMRect.h
rename to third_party/WebKit/Source/core/geometry/DOMRect.h
index b3d66dd098ba8266cecd37f9c2916b8cd6e2f001..b5401e26237e10cad867fc8a0678b8f276ab9007 100644
--- a/third_party/WebKit/Source/core/dom/DOMRect.h
+++ b/third_party/WebKit/Source/core/geometry/DOMRect.h
@@ -7,7 +7,7 @@
#include "bindings/core/v8/Dictionary.h"
#include "core/CoreExport.h"
-#include "core/dom/DOMRectReadOnly.h"
+#include "core/geometry/DOMRectReadOnly.h"
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/core/geometry/DOMQuadInit.idl ('k') | third_party/WebKit/Source/core/geometry/DOMRect.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698