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 |