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

Unified Diff: third_party/WebKit/Source/core/editing/FindInPageCoordinates.h

Issue 2904833002: LayoutObject::AbsoluteBoundingBoxRectForRange() should take EphemeralRange (Closed)
Patch Set: RebasedAndUpdatedWithComments Created 3 years, 7 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 | « no previous file | third_party/WebKit/Source/core/editing/FindInPageCoordinates.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/FindInPageCoordinates.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698