Index: third_party/WebKit/Source/core/editing/FindInPageCoordinates.h |
diff --git a/third_party/WebKit/Source/core/editing/FindInPageCoordinates.h b/third_party/WebKit/Source/core/editing/FindInPageCoordinates.h |
index bf1c37a81b0b1a5457f8a6f6be41264719f77868..2a25a1a318392728a49ccecf7bc17d0893af57ce 100644 |
--- a/third_party/WebKit/Source/core/editing/FindInPageCoordinates.h |
+++ b/third_party/WebKit/Source/core/editing/FindInPageCoordinates.h |
@@ -32,10 +32,10 @@ |
#define FindInPageCoordinates_h |
#include "core/CoreExport.h" |
+#include "core/editing/EphemeralRange.h" |
#include "platform/geometry/FloatRect.h" |
namespace blink { |
-class Range; |
class LayoutObject; |
// Find-in-page coordinate conversion methods. |
@@ -56,7 +56,7 @@ class LayoutObject; |
CORE_EXPORT FloatRect FindInPageRectFromAbsoluteRect(const FloatRect&, |
const LayoutObject*); |
-CORE_EXPORT FloatRect FindInPageRectFromRange(Range*); |
+CORE_EXPORT FloatRect FindInPageRectFromRange(const EphemeralRange&); |
} // namespace blink |