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

Unified Diff: third_party/WebKit/Source/core/editing/markers/GrammarMarker.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/GrammarMarker.h
diff --git a/third_party/WebKit/Source/core/editing/markers/GrammarMarker.h b/third_party/WebKit/Source/core/editing/markers/GrammarMarker.h
index 6bf39c53c4358cb7d6effe6305c04bde6063df9a..17c526a3215acbcadbb6b0431ab284e641319794 100644
--- a/third_party/WebKit/Source/core/editing/markers/GrammarMarker.h
+++ b/third_party/WebKit/Source/core/editing/markers/GrammarMarker.h
@@ -20,6 +20,9 @@ class CORE_EXPORT GrammarMarker final : public SpellCheckMarker {
const String& description);
private:
+ // DocumentMarker implementations
+ MarkerType GetType() const final;
+
DISALLOW_COPY_AND_ASSIGN(GrammarMarker);
};

Powered by Google App Engine
This is Rietveld 408576698