| Index: third_party/WebKit/Source/core/editing/FindInPageCoordinates.h
|
| diff --git a/third_party/WebKit/Source/web/FindInPageCoordinates.h b/third_party/WebKit/Source/core/editing/FindInPageCoordinates.h
|
| similarity index 92%
|
| rename from third_party/WebKit/Source/web/FindInPageCoordinates.h
|
| rename to third_party/WebKit/Source/core/editing/FindInPageCoordinates.h
|
| index 5aa8fffd566744f0e06907c0970540acea4ee1f8..bf1c37a81b0b1a5457f8a6f6be41264719f77868 100644
|
| --- a/third_party/WebKit/Source/web/FindInPageCoordinates.h
|
| +++ b/third_party/WebKit/Source/core/editing/FindInPageCoordinates.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef FindInPageCoordinates_h
|
| #define FindInPageCoordinates_h
|
|
|
| +#include "core/CoreExport.h"
|
| #include "platform/geometry/FloatRect.h"
|
| -#include "web/WebExport.h"
|
|
|
| namespace blink {
|
| class Range;
|
| @@ -54,9 +54,9 @@ class LayoutObject;
|
| // of their container. The provided methods support scroll:overflow and are
|
| // CSS position and transform-friendly.
|
|
|
| -WEB_EXPORT FloatRect FindInPageRectFromAbsoluteRect(const FloatRect&,
|
| - const LayoutObject*);
|
| -WEB_EXPORT FloatRect FindInPageRectFromRange(Range*);
|
| +CORE_EXPORT FloatRect FindInPageRectFromAbsoluteRect(const FloatRect&,
|
| + const LayoutObject*);
|
| +CORE_EXPORT FloatRect FindInPageRectFromRange(Range*);
|
|
|
| } // namespace blink
|
|
|
|
|