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

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

Issue 2775663008: LayoutObject::absoluteBoundingBoxRectForRange() should take EphemeralRange (Closed)
Patch Set: Y Created 3 years, 9 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
Index: third_party/WebKit/Source/core/editing/VisibleUnits.h
diff --git a/third_party/WebKit/Source/core/editing/VisibleUnits.h b/third_party/WebKit/Source/core/editing/VisibleUnits.h
index 5afbadd488438e9be5be22264a58f92ed8073369..8b8fd9b336b787110acd423a0113ae348f579cde 100644
--- a/third_party/WebKit/Source/core/editing/VisibleUnits.h
+++ b/third_party/WebKit/Source/core/editing/VisibleUnits.h
@@ -339,6 +339,9 @@ CORE_EXPORT VisiblePosition visiblePositionForContentsPoint(const IntPoint&,
CORE_EXPORT bool rendersInDifferentPosition(const Position&, const Position&);
+CORE_EXPORT void textQuad(Vector<FloatQuad>&, const EphemeralRange&);
+CORE_EXPORT void textQuad(Vector<FloatQuad>&, const EphemeralRangeInFlatTree&);
+
} // namespace blink
#endif // VisibleUnits_h

Powered by Google App Engine
This is Rietveld 408576698