| 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 77a7758a9ee1b4a2f298712b0da4bcc56b128bd4..b1fa615e9714323474ef86d78c8d34d1b6811716 100644
|
| --- a/third_party/WebKit/Source/core/editing/DragCaretController.h
|
| +++ b/third_party/WebKit/Source/core/editing/DragCaretController.h
|
| @@ -39,7 +39,7 @@ public:
|
| static PassOwnPtrWillBeRawPtr<DragCaretController> create();
|
|
|
| LayoutBlock* caretLayoutObject() const;
|
| - void paintDragCaret(LocalFrame*, GraphicsContext*, const LayoutPoint&) const;
|
| + void paintDragCaret(LocalFrame*, GraphicsContext&, const LayoutPoint&) const;
|
|
|
| bool isContentEditable() const;
|
| bool isContentRichlyEditable() const;
|
|
|