| Index: third_party/WebKit/Source/platform/graphics/paint/PaintControllerTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/PaintControllerTest.cpp b/third_party/WebKit/Source/platform/graphics/paint/PaintControllerTest.cpp
|
| index ed4d6a18cbd7515eb4e393c8b6734ca9e941bce6..59f808516355f2e014d116c8cb1f74d9d1c50410 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/PaintControllerTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/PaintControllerTest.cpp
|
| @@ -15,6 +15,7 @@
|
| #include "platform/graphics/paint/SubsequenceRecorder.h"
|
| #include "platform/testing/FakeDisplayItemClient.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| +#include <memory>
|
|
|
| namespace blink {
|
|
|
| @@ -38,7 +39,7 @@ private:
|
| RuntimeEnabledFeatures::setSlimmingPaintV2Enabled(m_originalSlimmingPaintV2Enabled);
|
| }
|
|
|
| - OwnPtr<PaintController> m_paintController;
|
| + std::unique_ptr<PaintController> m_paintController;
|
| bool m_originalSlimmingPaintV2Enabled;
|
| };
|
|
|
|
|