| 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 df17dbbf1cbd4e0a5979f2568a9d4cdd09b05939..f4575f00f292ad2f1701aa7cf5cbaaf0ed3222b0 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelectionTest.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelectionTest.cpp
|
| @@ -121,6 +121,7 @@
|
| std::unique_ptr<PaintController> paintController = PaintController::create();
|
| {
|
| GraphicsContext context(*paintController);
|
| + DrawingRecorder drawingRecorder(context, *dummyPageHolder().frameView().layoutView(), DisplayItem::Caret, LayoutRect::infiniteIntRect());
|
| selection().paintCaret(context, LayoutPoint());
|
| }
|
| paintController->commitNewDisplayItems();
|
|
|