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

Unified Diff: third_party/WebKit/Source/core/editing/markers/SpellCheckMarker.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/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 156883d6c506d3e5c358a44263f75d1a0838c155..a5ab47e0d40e1864b88ca790bac49617c901ad7c 100644
--- a/third_party/WebKit/Source/core/editing/markers/SpellCheckMarker.h
+++ b/third_party/WebKit/Source/core/editing/markers/SpellCheckMarker.h
@@ -11,8 +11,7 @@ namespace blink {
class CORE_EXPORT SpellCheckMarker : public DocumentMarker {
public:
- SpellCheckMarker(DocumentMarker::MarkerType,
- unsigned start_offset,
+ SpellCheckMarker(unsigned start_offset,
unsigned end_offset,
const String& description);

Powered by Google App Engine
This is Rietveld 408576698