Chromium Code Reviews| Index: third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.h |
| diff --git a/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.h b/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.h |
| similarity index 100% |
| rename from third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.h |
| rename to third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.h |
| index c78bfe50da335a02e5411f03f91910faa8aa748f..71a8e1321982c81db28f43761c99082ac660bb79 100644 |
| --- a/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.h |
| +++ b/third_party/WebKit/Source/core/geometry/DOMMatrixReadOnly.h |
| @@ -5,12 +5,12 @@ |
| #ifndef DOMMatrixReadOnly_h |
| #define DOMMatrixReadOnly_h |
| +#include <memory> |
|
foolip
2017/03/14 14:38:43
Did a presubmit ask you to move <memory> up? AFAIC
zino
2017/03/22 16:08:40
Ah, please fix foolip@'s comment as well before la
Byoungkwon Ko
2017/03/23 17:03:19
Yes, As you told, presubmit ask me to move <memory
|
| #include "bindings/core/v8/ExceptionState.h" |
| #include "bindings/core/v8/ScriptWrappable.h" |
| #include "core/dom/DOMTypedArray.h" |
| #include "platform/heap/Handle.h" |
| #include "platform/transforms/TransformationMatrix.h" |
| -#include <memory> |
| namespace blink { |