summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/editing/markers/grammar_marker_list_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/editing/markers/grammar_marker_list_impl.cc')
-rw-r--r--chromium/third_party/blink/renderer/core/editing/markers/grammar_marker_list_impl.cc13
1 files changed, 13 insertions, 0 deletions
diff --git a/chromium/third_party/blink/renderer/core/editing/markers/grammar_marker_list_impl.cc b/chromium/third_party/blink/renderer/core/editing/markers/grammar_marker_list_impl.cc
new file mode 100644
index 00000000000..fbe8d886bdd
--- /dev/null
+++ b/chromium/third_party/blink/renderer/core/editing/markers/grammar_marker_list_impl.cc
@@ -0,0 +1,13 @@
+// Copyright 2017 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "third_party/blink/renderer/core/editing/markers/grammar_marker_list_impl.h"
+
+namespace blink {
+
+DocumentMarker::MarkerType GrammarMarkerListImpl::MarkerType() const {
+ return DocumentMarker::kGrammar;
+}
+
+} // namespace blink