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

Unified Diff: third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h

Issue 2857173003: Remove DocumentMarkerController::MarkersInRange() (Closed)
Patch Set: Remove MarkersInRange() 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/markers/DocumentMarkerController.h
diff --git a/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h b/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h
index e367111ab43022717793fc3802096bdaa66b35d4..9bc2eed99196eff33e35064cf906d9e7b2e35c2b 100644
--- a/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h
+++ b/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h
@@ -89,8 +89,6 @@ class CORE_EXPORT DocumentMarkerController final
DocumentMarkerVector MarkersFor(
Node*,
DocumentMarker::MarkerTypes = DocumentMarker::AllMarkers());
- DocumentMarkerVector MarkersInRange(const EphemeralRange&,
- DocumentMarker::MarkerTypes);
DocumentMarkerVector Markers();
Vector<IntRect> RenderedRectsForMarkers(DocumentMarker::MarkerType);
void UpdateMarkerRenderedRectIfNeeded(const Node&, RenderedDocumentMarker&);

Powered by Google App Engine
This is Rietveld 408576698