| Index: third_party/WebKit/Source/core/editing/markers/CompositionMarkerListImpl.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/markers/CompositionMarkerListImpl.cpp b/third_party/WebKit/Source/core/editing/markers/CompositionMarkerListImpl.cpp
|
| index 07142eae7f3e9ab851b42b714c4bf544604229c3..1b170ab85c231da961902d6d6482a4e59a5e71f5 100644
|
| --- a/third_party/WebKit/Source/core/editing/markers/CompositionMarkerListImpl.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/markers/CompositionMarkerListImpl.cpp
|
| @@ -9,6 +9,10 @@
|
|
|
| namespace blink {
|
|
|
| +DocumentMarker::MarkerType CompositionMarkerListImpl::MarkerType() const {
|
| + return DocumentMarker::kComposition;
|
| +}
|
| +
|
| bool CompositionMarkerListImpl::IsEmpty() const {
|
| return markers_.IsEmpty();
|
| }
|
|
|