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

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

Issue 2891173002: [DMC #9] Rename DocumentMarkerController::InvalidateRects*() methods (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/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 5201e0a6d9cda94217638944d038cccfae521626..53da4822d497ba980c90e5b3d39b6cce3c2ec6b5 100644
--- a/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h
+++ b/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h
@@ -96,8 +96,8 @@ class CORE_EXPORT DocumentMarkerController final
DocumentMarkerVector Markers();
Vector<IntRect> RenderedRectsForTextMatchMarkers();
void UpdateMarkerRenderedRectIfNeeded(const Node&, RenderedDocumentMarker&);
- void InvalidateRectsForAllMarkers();
- void InvalidateRectsForMarkersInNode(const Node&);
+ void InvalidateRectsForAllTextMatchMarkers();
+ void InvalidateRectsForTextMatchMarkersInNode(const Node&);
DECLARE_TRACE();

Powered by Google App Engine
This is Rietveld 408576698