Index: third_party/WebKit/Source/core/editing/FrameSelectionTest.cpp |
diff --git a/third_party/WebKit/Source/core/editing/FrameSelectionTest.cpp b/third_party/WebKit/Source/core/editing/FrameSelectionTest.cpp |
index 3f382d4c176e016b1ccf66c37452cb27c15fb72f..4916f08414aeb019f5537d865bb96737b42395f3 100644 |
--- a/third_party/WebKit/Source/core/editing/FrameSelectionTest.cpp |
+++ b/third_party/WebKit/Source/core/editing/FrameSelectionTest.cpp |
@@ -132,7 +132,7 @@ TEST_F(FrameSelectionTest, PaintCaretShouldNotLayout) |
OwnPtr<PaintController> paintController = PaintController::create(); |
GraphicsContext context(*paintController); |
DrawingRecorder drawingRecorder(context, *dummyPageHolder().frameView().layoutView(), DisplayItem::Caret, LayoutRect::infiniteIntRect()); |
- selection().paintCaret(&context, LayoutPoint()); |
+ selection().paintCaret(context, LayoutPoint()); |
EXPECT_EQ(startCount, layoutCount()); |
} |