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

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

Issue 2775663008: LayoutObject::absoluteBoundingBoxRectForRange() should take EphemeralRange (Closed)
Patch Set: 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/EphemeralRange.h
diff --git a/third_party/WebKit/Source/core/editing/EphemeralRange.h b/third_party/WebKit/Source/core/editing/EphemeralRange.h
index acdbafb3ef6793e8f15208cd919e0af7b5ab583f..20ae656a0268fd375f73c42fd2d756ab886f3bec 100644
--- a/third_party/WebKit/Source/core/editing/EphemeralRange.h
+++ b/third_party/WebKit/Source/core/editing/EphemeralRange.h
@@ -122,6 +122,8 @@ class CORE_TEMPLATE_CLASS_EXPORT EphemeralRangeTemplate final {
static EphemeralRangeTemplate<Strategy> rangeOfContents(
const Node& /* node */);
+ void textQuads(Vector<FloatQuad>&) const;
+
private:
bool isValid() const;

Powered by Google App Engine
This is Rietveld 408576698