Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1763)

Unified Diff: Source/web/FindInPageCoordinates.h

Issue 398673003: Rename WebCore namespace to blink in bindings and web (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/ExternalPopupMenu.cpp ('k') | Source/web/FindInPageCoordinates.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/FindInPageCoordinates.h
diff --git a/Source/web/FindInPageCoordinates.h b/Source/web/FindInPageCoordinates.h
index 13ba4cf0ff75e44c7b260b334a256c6931f4cede..481e086ad29794b1beee4d65f6a2dbf726adc5cc 100644
--- a/Source/web/FindInPageCoordinates.h
+++ b/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
« no previous file with comments | « Source/web/ExternalPopupMenu.cpp ('k') | Source/web/FindInPageCoordinates.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698