Index: third_party/WebKit/Source/core/geometry/DOMPointReadOnly.h |
diff --git a/third_party/WebKit/Source/core/dom/DOMPointReadOnly.h b/third_party/WebKit/Source/core/geometry/DOMPointReadOnly.h |
similarity index 99% |
rename from third_party/WebKit/Source/core/dom/DOMPointReadOnly.h |
rename to third_party/WebKit/Source/core/geometry/DOMPointReadOnly.h |
index 61d617624f6b3bb830d641fdf5d09a5ab6c141e9..f2e69360c776756dd15dbcf0409714b2de74251e 100644 |
--- a/third_party/WebKit/Source/core/dom/DOMPointReadOnly.h |
+++ b/third_party/WebKit/Source/core/geometry/DOMPointReadOnly.h |
@@ -32,7 +32,7 @@ class CORE_EXPORT DOMPointReadOnly : public GarbageCollected<DOMPointReadOnly>, |
double w() const { return m_w; } |
DEFINE_INLINE_TRACE() {} |
- |
+ |
ScriptValue toJSONForBinding(ScriptState*) const; |
DOMPoint* matrixTransform(DOMMatrixInit&, ExceptionState&); |