X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fweb%2FFindInPageCoordinates.h;h=481e086ad29794b1beee4d65f6a2dbf726adc5cc;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=13ba4cf0ff75e44c7b260b334a256c6931f4cede;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/web/FindInPageCoordinates.h b/src/third_party/WebKit/Source/web/FindInPageCoordinates.h index 13ba4cf..481e086 100644 --- a/src/third_party/WebKit/Source/web/FindInPageCoordinates.h +++ b/src/third_party/WebKit/Source/web/FindInPageCoordinates.h @@ -33,7 +33,7 @@ #include "platform/geometry/FloatRect.h" -namespace WebCore { +namespace blink { class Range; class RenderObject; } @@ -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. -WebCore::FloatRect findInPageRectFromAbsoluteRect(const WebCore::FloatRect&, const WebCore::RenderObject*); -WebCore::FloatRect findInPageRectFromRange(WebCore::Range*); +blink::FloatRect findInPageRectFromAbsoluteRect(const blink::FloatRect&, const blink::RenderObject*); +blink::FloatRect findInPageRectFromRange(blink::Range*); } // namespace blink