Index: third_party/WebKit/Source/core/dom/Range.cpp |
diff --git a/third_party/WebKit/Source/core/dom/Range.cpp b/third_party/WebKit/Source/core/dom/Range.cpp |
index de056bbffe1d70c4388b1d4ddd094fde4bebe475..fd19925e83e54d4890d4fc8df27d977d29f379d3 100644 |
--- a/third_party/WebKit/Source/core/dom/Range.cpp |
+++ b/third_party/WebKit/Source/core/dom/Range.cpp |
@@ -1448,12 +1448,6 @@ IntRect Range::BoundingBox() const { |
return result; |
} |
-// TODO(tanvir.rizvi): We will replace Range::TextQuads with |
-// ComputeTextQuads(in VisibleUnits) and get rid of Range::TextQuads. |
-void Range::TextQuads(Vector<FloatQuad>& quads) const { |
- quads.AppendVector(ComputeTextQuads(EphemeralRange(this))); |
-} |
- |
bool AreRangesEqual(const Range* a, const Range* b) { |
if (a == b) |
return true; |