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

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

Issue 2911733002: [DMC #25] Make DocumentMarker::GetType() virtual (Closed)
Patch Set: Rebase 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/SpellingMarker.h
diff --git a/third_party/WebKit/Source/core/editing/markers/SpellingMarker.h b/third_party/WebKit/Source/core/editing/markers/SpellingMarker.h
index d4dac785b6f652a42ec73dab396515c30e18f92a..f65792626452a5e9fda3c1cc0ce5d4acff24f054 100644
--- a/third_party/WebKit/Source/core/editing/markers/SpellingMarker.h
+++ b/third_party/WebKit/Source/core/editing/markers/SpellingMarker.h
@@ -20,6 +20,9 @@ class CORE_EXPORT SpellingMarker final : public SpellCheckMarker {
const String& description);
private:
+ // DocumentMarker implementations
+ MarkerType GetType() const final;
+
DISALLOW_COPY_AND_ASSIGN(SpellingMarker);
};

Powered by Google App Engine
This is Rietveld 408576698