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

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

Issue 2775663008: LayoutObject::absoluteBoundingBoxRectForRange() should take EphemeralRange (Closed)
Patch Set: Split Patch:1(TextQuads at VisibleUnits) 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..3a6206a77e24424f89f4ba0eaa2624e389a1e097 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&);
yosin_UTC9 2017/04/04 01:25:22 Please name this function as |computeTextQuads()|
+CORE_EXPORT void textQuads(Vector<FloatQuad>*, const EphemeralRangeInFlatTree&);
+
} // namespace blink
#endif // VisibleUnits_h

Powered by Google App Engine
This is Rietveld 408576698