| 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 1924c0958e7ca057d898843d52897651fa9358a0..b48850eee49f831754c1fe43bf627ee3310d1d65 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelectionTest.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelectionTest.cpp
|
| @@ -16,7 +16,6 @@
|
| #include "core/paint/PaintInfo.h"
|
| #include "core/paint/PaintLayer.h"
|
| #include "core/testing/DummyPageHolder.h"
|
| -#include "platform/graphics/paint/DrawingRecorder.h"
|
| #include "platform/graphics/paint/PaintController.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "wtf/PassRefPtr.h"
|
| @@ -116,7 +115,6 @@ TEST_F(FrameSelectionTest, PaintCaretShouldNotLayout)
|
| 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();
|
|
|