| Index: Source/web/FindInPageCoordinates.h
|
| diff --git a/Source/web/FindInPageCoordinates.h b/Source/web/FindInPageCoordinates.h
|
| index 481e086ad29794b1beee4d65f6a2dbf726adc5cc..acc37fb3f93782669dd781f1ffcedae8e4b3a53e 100644
|
| --- a/Source/web/FindInPageCoordinates.h
|
| +++ b/Source/web/FindInPageCoordinates.h
|
| @@ -53,8 +53,8 @@ namespace blink {
|
| // 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.
|
|
|
| -blink::FloatRect findInPageRectFromAbsoluteRect(const blink::FloatRect&, const blink::RenderObject*);
|
| -blink::FloatRect findInPageRectFromRange(blink::Range*);
|
| +FloatRect findInPageRectFromAbsoluteRect(const FloatRect&, const RenderObject*);
|
| +FloatRect findInPageRectFromRange(Range*);
|
|
|
| } // namespace blink
|
|
|
|
|