| Index: third_party/WebKit/Source/web/FindInPageCoordinates.h
|
| diff --git a/third_party/WebKit/Source/web/FindInPageCoordinates.h b/third_party/WebKit/Source/web/FindInPageCoordinates.h
|
| index 8cf4d55f838e8663db90d6655c3b3155f7b2876f..913ff9106a9a7b6d7f69e01f62ca5ce6b52443df 100644
|
| --- a/third_party/WebKit/Source/web/FindInPageCoordinates.h
|
| +++ b/third_party/WebKit/Source/web/FindInPageCoordinates.h
|
| @@ -32,7 +32,6 @@
|
| #define FindInPageCoordinates_h
|
|
|
| #include "platform/geometry/FloatRect.h"
|
| -#include "web/WebExport.h"
|
|
|
| namespace blink {
|
| class Range;
|
| @@ -51,8 +50,8 @@
|
| // are scroll-independent, representing any contents scaled to the visible area 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*);
|
| +FloatRect findInPageRectFromAbsoluteRect(const FloatRect&, const LayoutObject*);
|
| +FloatRect findInPageRectFromRange(Range*);
|
|
|
| } // namespace blink
|
|
|
|
|