| 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 {
|
|
|
|
|