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

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

Issue 2776103002: Make RenderedRectsForMarkers() to ignore disconnected nodes. (Closed)
Patch Set: test 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/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..6765ccce3c23bf22a73912547e6ddf0a563b9960 100644
--- a/third_party/WebKit/Source/core/editing/VisibleUnits.h
+++ b/third_party/WebKit/Source/core/editing/VisibleUnits.h
@@ -340,6 +340,9 @@ CORE_EXPORT bool rendersInDifferentPosition(const Position&, const Position&);
CORE_EXPORT Position skipWhitespace(const Position&);
CORE_EXPORT PositionInFlatTree skipWhitespace(const PositionInFlatTree&);
+CORE_EXPORT IntRect computeBoundingBox(const EphemeralRange&);
+CORE_EXPORT IntRect computeBoundingBox(const EphemeralRangeInFlatTree&);
+
} // namespace blink
#endif // VisibleUnits_h

Powered by Google App Engine
This is Rietveld 408576698