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

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

Issue 2776103002: Make RenderedRectsForMarkers() to ignore disconnected nodes. (Closed)
Patch Set: move to 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..679cd62018047951a5b5ac7ac8844ae62c86cc77 100644
--- a/third_party/WebKit/Source/core/editing/VisibleUnits.h
+++ b/third_party/WebKit/Source/core/editing/VisibleUnits.h
@@ -337,6 +337,9 @@ CORE_EXPORT VisiblePosition visiblePositionForContentsPoint(const IntPoint&,
CORE_EXPORT bool rendersInDifferentPosition(const Position&, const Position&);
+CORE_EXPORT IntRect boundingBox(const EphemeralRange&);
+CORE_EXPORT IntRect boundingBox(const EphemeralRangeInFlatTree&);
+
CORE_EXPORT Position skipWhitespace(const Position&);
CORE_EXPORT PositionInFlatTree skipWhitespace(const PositionInFlatTree&);

Powered by Google App Engine
This is Rietveld 408576698