Index: third_party/WebKit/Source/core/editing/FrameSelection.h |
diff --git a/third_party/WebKit/Source/core/editing/FrameSelection.h b/third_party/WebKit/Source/core/editing/FrameSelection.h |
index abc035b36da9b5c86de54c8d520c5b715741d1cb..6504e6060022944eb2c0f21837a81c2b0a92e437 100644 |
--- a/third_party/WebKit/Source/core/editing/FrameSelection.h |
+++ b/third_party/WebKit/Source/core/editing/FrameSelection.h |
@@ -192,7 +192,7 @@ public: |
void setCaretRectNeedsUpdate(); |
void scheduleVisualUpdate() const; |
void invalidateCaretRect(); |
- void paintCaret(GraphicsContext*, const LayoutPoint&); |
+ void paintCaret(GraphicsContext&, const LayoutPoint&); |
bool ShouldPaintCaretForTesting() const { return m_shouldPaintCaret; } |
// Used to suspend caret blinking while the mouse is down. |