| Index: third_party/WebKit/Source/core/editing/markers/DocumentMarker.h
|
| diff --git a/third_party/WebKit/Source/core/editing/markers/DocumentMarker.h b/third_party/WebKit/Source/core/editing/markers/DocumentMarker.h
|
| index d152b37f24a556615246f5521145ceefb319513c..6d0d52bcde6425e870729c6c6a0fc70ea5461b8b 100644
|
| --- a/third_party/WebKit/Source/core/editing/markers/DocumentMarker.h
|
| +++ b/third_party/WebKit/Source/core/editing/markers/DocumentMarker.h
|
| @@ -142,14 +142,6 @@ class CORE_EXPORT DocumentMarker
|
| unsigned startOffset() const { return m_startOffset; }
|
| unsigned endOffset() const { return m_endOffset; }
|
|
|
| - // TODO(rlanday): move these accessors into the derived classes (will require
|
| - // adding casts in a bunch of callers)
|
| - virtual const String& description() const;
|
| - virtual bool activeMatch() const;
|
| - virtual Color underlineColor() const;
|
| - virtual bool thick() const;
|
| - virtual Color backgroundColor() const;
|
| -
|
| struct MarkerOffsets {
|
| unsigned startOffset;
|
| unsigned endOffset;
|
|
|