| Index: third_party/WebKit/Source/core/editing/DragCaretController.h
|
| diff --git a/third_party/WebKit/Source/core/editing/DragCaretController.h b/third_party/WebKit/Source/core/editing/DragCaretController.h
|
| index 00d4f8450c292f10b169bef24d042e6bf9774426..5810d7b397d6d86a54f1d48b3c160f5b680f35de 100644
|
| --- a/third_party/WebKit/Source/core/editing/DragCaretController.h
|
| +++ b/third_party/WebKit/Source/core/editing/DragCaretController.h
|
| @@ -35,10 +35,9 @@ class DragCaretController final : public GarbageCollectedFinalized<DragCaretCont
|
| public:
|
| static DragCaretController* create();
|
|
|
| - LayoutBlock* caretLayoutObject() const;
|
| void paintDragCaret(LocalFrame*, GraphicsContext&, const LayoutPoint&) const;
|
|
|
| - bool isContentEditable() const;
|
| + bool hasCaretIn(const LayoutBlock&) const;
|
| bool isContentRichlyEditable() const;
|
|
|
| bool hasCaret() const { return m_position.isNotNull(); }
|
|
|