Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / web / FindInPageCoordinates.h
index 13ba4cf..481e086 100644 (file)
@@ -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