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

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 053f7c55248d98241cb09e957769e0e0923f0307..07ca3e6d72cde7ffe7940baa6b602542d1164560 100644
--- a/third_party/WebKit/Source/core/editing/markers/SpellCheckMarker.h
+++ b/third_party/WebKit/Source/core/editing/markers/SpellCheckMarker.h
@@ -15,8 +15,7 @@ namespace blink {
// or grammar error.
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