| Index: third_party/WebKit/Source/core/editing/markers/CompositionMarker.h
|
| diff --git a/third_party/WebKit/Source/core/editing/markers/CompositionMarker.h b/third_party/WebKit/Source/core/editing/markers/CompositionMarker.h
|
| index 0b02e62ceec94fee5dbabc4493fe534a8a1138b5..fa476cb3238b6df16b0b58209d004160d393ba67 100644
|
| --- a/third_party/WebKit/Source/core/editing/markers/CompositionMarker.h
|
| +++ b/third_party/WebKit/Source/core/editing/markers/CompositionMarker.h
|
| @@ -22,6 +22,10 @@ class CORE_EXPORT CompositionMarker final : public DocumentMarker {
|
| bool thick,
|
| Color background_color);
|
|
|
| + // DocumentMarker implementations
|
| + MarkerType GetType() const final;
|
| +
|
| + // CompositionMarker-specific
|
| Color UnderlineColor() const;
|
| bool Thick() const;
|
| Color BackgroundColor() const;
|
|
|