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

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

Issue 2790703004: [WIP] Move DocumentMarker accessors into subclasses (Closed)
Patch Set: Move CompositionMarkerList::at() into previous CL Created 3 years, 9 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/SpellCheckMarker.h
diff --git a/third_party/WebKit/Source/core/editing/markers/SpellCheckMarker.h b/third_party/WebKit/Source/core/editing/markers/SpellCheckMarker.h
index f0cd02b68222964c848fa67632c0d419131862cd..ef5f45a16629e5da65f1b1d8f0a3a53b4675b3b6 100644
--- a/third_party/WebKit/Source/core/editing/markers/SpellCheckMarker.h
+++ b/third_party/WebKit/Source/core/editing/markers/SpellCheckMarker.h
@@ -18,10 +18,10 @@ class CORE_EXPORT SpellCheckMarker final : public DocumentMarker {
// DocumentMarker implementations
SpellCheckMarker* clone() const final;
-
MarkerType type() const final;
- const String& description() const final;
+ // SpellCheckMarker-specific
+ const String& description() const;
protected:
SpellCheckMarker(const SpellCheckMarker&) = default;

Powered by Google App Engine
This is Rietveld 408576698