Chromium Code Reviews| 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 a764c2f492f075e3c7e8bdd95ca61383144f7677..118d0d8a2cd7cac5a3e34b23b90ce3ed8ac9d579 100644 |
| --- a/third_party/WebKit/Source/core/editing/markers/GrammarMarker.h |
| +++ b/third_party/WebKit/Source/core/editing/markers/GrammarMarker.h |
| @@ -14,6 +14,9 @@ class CORE_EXPORT GrammarMarker final : public SpellCheckMarker { |
| GrammarMarker(unsigned start_offset, |
| unsigned end_offset, |
| const String& description); |
| + |
| + // DocumentMarker implementations |
| + MarkerType GetType() const; |
|
yosin_UTC9
2017/05/29 05:17:09
nit: s/;/final ;/
|
| }; |
| } // namespace blink |