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

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

Issue 2886893008: [DMC #8] Rename DocumentMarkerController::RenderedRectsForMarkers() (Closed)
Patch Set: Reformat FrameView 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 29f8759040a723ec6216f96da1852160cbb9bc7b..a527120f778c93a9aa4231c2c6902e99ec3b1689 100644
--- a/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h
+++ b/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h
@@ -94,7 +94,7 @@ class CORE_EXPORT DocumentMarkerController final
Node*,
DocumentMarker::MarkerTypes = DocumentMarker::AllMarkers());
DocumentMarkerVector Markers();
- Vector<IntRect> RenderedRectsForMarkers(DocumentMarker::MarkerType);
+ Vector<IntRect> RenderedRectsForTextMatchMarkers();
void UpdateMarkerRenderedRectIfNeeded(const Node&, RenderedDocumentMarker&);
void InvalidateRectsForAllMarkers();
void InvalidateRectsForMarkersInNode(const Node&);
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698