| Index: third_party/WebKit/Source/core/editing/markers/CompositionMarkerListImpl.h
|
| diff --git a/third_party/WebKit/Source/core/editing/markers/CompositionMarkerListImpl.h b/third_party/WebKit/Source/core/editing/markers/CompositionMarkerListImpl.h
|
| index b1b1c482b5e847b450e5c5d46291729577d97981..d514fabdf2437ca44778ce6dfcf197f24a82ad1d 100644
|
| --- a/third_party/WebKit/Source/core/editing/markers/CompositionMarkerListImpl.h
|
| +++ b/third_party/WebKit/Source/core/editing/markers/CompositionMarkerListImpl.h
|
| @@ -20,6 +20,8 @@ class CORE_EXPORT CompositionMarkerListImpl final : public DocumentMarkerList {
|
| CompositionMarkerListImpl() = default;
|
|
|
| // DocumentMarkerList implementations
|
| + DocumentMarker::MarkerType MarkerType() const final;
|
| +
|
| bool IsEmpty() const final;
|
|
|
| void Add(DocumentMarker*) final;
|
|
|