| Index: third_party/WebKit/Source/core/geometry/DOMPoint.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/DOMPoint.cpp b/third_party/WebKit/Source/core/geometry/DOMPoint.cpp
|
| similarity index 87%
|
| rename from third_party/WebKit/Source/core/dom/DOMPoint.cpp
|
| rename to third_party/WebKit/Source/core/geometry/DOMPoint.cpp
|
| index b31384854fb92ab139d97d7b8d1e4e4bdca3ee3c..ddbd90e6c3f1756df81faa9e00d2502a16d2dbca 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMPoint.cpp
|
| +++ b/third_party/WebKit/Source/core/geometry/DOMPoint.cpp
|
| @@ -2,9 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "core/dom/DOMPoint.h"
|
| +#include "core/geometry/DOMPoint.h"
|
|
|
| -#include "core/dom/DOMPointInit.h"
|
| +#include "core/geometry/DOMPointInit.h"
|
|
|
| namespace blink {
|
|
|
|
|