| 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);
|
|
|
|
|