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

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

Issue 2775663008: LayoutObject::absoluteBoundingBoxRectForRange() should take EphemeralRange (Closed)
Patch Set: Addressed Review comments 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 e089580682abb7880085806bcc1f079bbd4f418d..d2c74ba280a1e666ed77fcfb2bf0b007b2467d29 100644
--- a/third_party/WebKit/Source/core/editing/VisibleUnits.h
+++ b/third_party/WebKit/Source/core/editing/VisibleUnits.h
@@ -340,6 +340,9 @@ CORE_EXPORT bool rendersInDifferentPosition(const Position&, const Position&);
CORE_EXPORT Position skipWhitespace(const Position&);
CORE_EXPORT PositionInFlatTree skipWhitespace(const PositionInFlatTree&);
+CORE_EXPORT void textQuads(Vector<FloatQuad>&, const EphemeralRange&);
Xiaocheng 2017/03/31 18:01:19 Please use |Vector<FloatQuad>*| to pass output par
tanvir 2017/04/03 13:00:48 Done.
+CORE_EXPORT void textQuads(Vector<FloatQuad>&, const EphemeralRangeInFlatTree&);
+
} // namespace blink
#endif // VisibleUnits_h

Powered by Google App Engine
This is Rietveld 408576698