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

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

Issue 2177023002: Remove spellchecker feedback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile Created 4 years, 4 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 603b17eff081628130e628f4e07828a0b5aeca6f..9f0831b6eca3bead85219b1f90da328800cff31f 100644
--- a/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h
+++ b/third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.h
@@ -60,7 +60,7 @@ public:
explicit DocumentMarkerController(const Document&);
void clear();
- void addMarker(const Position& start, const Position& end, DocumentMarker::MarkerType, const String& description = emptyString(), uint32_t hash = 0);
+ void addMarker(const Position& start, const Position& end, DocumentMarker::MarkerType, const String& description = emptyString());
void addTextMatchMarker(const Range*, bool activeMatch);
void addCompositionMarker(const Position& start, const Position& end, Color underlineColor, bool thick, Color backgroundColor);

Powered by Google App Engine
This is Rietveld 408576698