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

Unified Diff: third_party/WebKit/Source/core/geometry/DOMMatrix.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/DOMMatrix.h
diff --git a/third_party/WebKit/Source/core/dom/DOMMatrix.h b/third_party/WebKit/Source/core/geometry/DOMMatrix.h
similarity index 97%
rename from third_party/WebKit/Source/core/dom/DOMMatrix.h
rename to third_party/WebKit/Source/core/geometry/DOMMatrix.h
index b4ccb8ce6a302835f6c77780ca98c4d37f3f29aa..9a80c28e6b98fbbe16701f0da09bdfa0ac02187f 100644
--- a/third_party/WebKit/Source/core/dom/DOMMatrix.h
+++ b/third_party/WebKit/Source/core/geometry/DOMMatrix.h
@@ -6,8 +6,8 @@
#define DOMMatrix_h
#include "bindings/core/v8/ExceptionState.h"
-#include "core/dom/DOMMatrixInit.h"
-#include "core/dom/DOMMatrixReadOnly.h"
+#include "core/geometry/DOMMatrixInit.h"
+#include "core/geometry/DOMMatrixReadOnly.h"
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/core/geometry/BUILD.gn ('k') | third_party/WebKit/Source/core/geometry/DOMMatrix.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698