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

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

Issue 2891313002: Use FloatQuad instead of intrect in visibleunit (Closed)
Patch Set: Created 3 years, 7 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 052b405145a0fbf6e60628684b98198dc7e9b2b2..28908bed92b71ef21fbf9e3ab342aa07a84db7ca 100644
--- a/third_party/WebKit/Source/core/editing/VisibleUnits.h
+++ b/third_party/WebKit/Source/core/editing/VisibleUnits.h
@@ -342,7 +342,7 @@ CORE_EXPORT bool RendersInDifferentPosition(const Position&, const Position&);
CORE_EXPORT Position SkipWhitespace(const Position&);
CORE_EXPORT PositionInFlatTree SkipWhitespace(const PositionInFlatTree&);
-CORE_EXPORT Vector<IntRect> ComputeTextRects(const EphemeralRange&);
+CORE_EXPORT IntRect ComputeTextRect(const EphemeralRange&);
CORE_EXPORT Vector<FloatQuad> ComputeTextQuads(const EphemeralRange&);
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/dom/Range.cpp ('k') | third_party/WebKit/Source/core/editing/VisibleUnits.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698