| Index: third_party/WebKit/Source/core/editing/CaretBase.h
|
| diff --git a/third_party/WebKit/Source/core/editing/CaretBase.h b/third_party/WebKit/Source/core/editing/CaretBase.h
|
| index bdd342d146c42e59a528c6235ce758c853491f47..aa90ea2c37cecb9d5c41aafbaeea881c3639f3e7 100644
|
| --- a/third_party/WebKit/Source/core/editing/CaretBase.h
|
| +++ b/third_party/WebKit/Source/core/editing/CaretBase.h
|
| @@ -57,7 +57,7 @@ protected:
|
| IntRect absoluteBoundsForLocalRect(Node*, const LayoutRect&) const;
|
| bool shouldRepaintCaret(Node&) const;
|
| bool shouldRepaintCaret(const LayoutView*) const;
|
| - void paintCaret(Node*, GraphicsContext*, const LayoutPoint&) const;
|
| + void paintCaret(Node*, GraphicsContext&, const LayoutPoint&) const;
|
|
|
| const LayoutRect& localCaretRectWithoutUpdate() const { return m_caretLocalRect; }
|
|
|
|
|