summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/editing/markers/suggestion_marker.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/editing/markers/suggestion_marker.cc')
-rw-r--r--chromium/third_party/blink/renderer/core/editing/markers/suggestion_marker.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/chromium/third_party/blink/renderer/core/editing/markers/suggestion_marker.cc b/chromium/third_party/blink/renderer/core/editing/markers/suggestion_marker.cc
index 8d4ce2822ae..3317c1c3b50 100644
--- a/chromium/third_party/blink/renderer/core/editing/markers/suggestion_marker.cc
+++ b/chromium/third_party/blink/renderer/core/editing/markers/suggestion_marker.cc
@@ -32,6 +32,10 @@ int32_t SuggestionMarker::Tag() const {
return tag_;
}
+SuggestionMarker::SuggestionType SuggestionMarker::GetSuggestionType() const {
+ return suggestion_type_;
+}
+
DocumentMarker::MarkerType SuggestionMarker::GetType() const {
return DocumentMarker::kSuggestion;
}