| 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 913ff9106a9a7b6d7f69e01f62ca5ce6b52443df..8cf4d55f838e8663db90d6655c3b3155f7b2876f 100644
|
| --- a/third_party/WebKit/Source/web/FindInPageCoordinates.h
|
| +++ b/third_party/WebKit/Source/web/FindInPageCoordinates.h
|
| @@ -32,6 +32,7 @@
|
| #define FindInPageCoordinates_h
|
|
|
| #include "platform/geometry/FloatRect.h"
|
| +#include "web/WebExport.h"
|
|
|
| namespace blink {
|
| class Range;
|
| @@ -50,8 +51,8 @@ class LayoutObject;
|
| // 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.
|
|
|
| -FloatRect findInPageRectFromAbsoluteRect(const FloatRect&, const LayoutObject*);
|
| -FloatRect findInPageRectFromRange(Range*);
|
| +WEB_EXPORT FloatRect findInPageRectFromAbsoluteRect(const FloatRect&, const LayoutObject*);
|
| +WEB_EXPORT FloatRect findInPageRectFromRange(Range*);
|
|
|
| } // namespace blink
|
|
|
|
|