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

Unified Diff: Source/web/FindInPageCoordinates.h

Issue 899163003: Move rendering/RenderObject to layout/LayoutObject. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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/ContextMenuClientImpl.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 d68aec7c8b6afa411b7ff33faf3be3c3d6a7832a..532726e30ee97605371c7db6ee8517609ea9e100 100644
--- a/Source/web/FindInPageCoordinates.h
+++ b/Source/web/FindInPageCoordinates.h
@@ -35,7 +35,7 @@
namespace blink {
class Range;
-class RenderObject;
+class LayoutObject;
// Find-in-page coordinate conversion methods.
//
@@ -50,7 +50,7 @@ class RenderObject;
// 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 RenderObject*);
+FloatRect findInPageRectFromAbsoluteRect(const FloatRect&, const LayoutObject*);
FloatRect findInPageRectFromRange(Range*);
} // namespace blink
« no previous file with comments | « Source/web/ContextMenuClientImpl.cpp ('k') | Source/web/FindInPageCoordinates.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698