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

Unified Diff: third_party/WebKit/Source/core/dom/Range.h

Issue 2853343003: Remove use_selection_height from LayoutText::AbsoluteQuadsForRange (Closed)
Patch Set: Created 3 years, 8 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/dom/Range.h
diff --git a/third_party/WebKit/Source/core/dom/Range.h b/third_party/WebKit/Source/core/dom/Range.h
index b6ddc00efe32234098606f8160d56b051cf6cab0..d693d0ebaafcd1d2148cc14034bf946daabe59c8 100644
--- a/third_party/WebKit/Source/core/dom/Range.h
+++ b/third_party/WebKit/Source/core/dom/Range.h
@@ -143,7 +143,7 @@ class CORE_EXPORT Range final : public GarbageCollected<Range>,
IntRect BoundingBox() const;
// Transform-friendly
- void TextQuads(Vector<FloatQuad>&, bool use_selection_height = false) const;
+ void TextQuads(Vector<FloatQuad>&) const;
void GetBorderAndTextQuads(Vector<FloatQuad>&) const;
FloatRect BoundingRect() const;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/Range.cpp » ('j') | third_party/WebKit/Source/core/layout/LayoutText.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698