Index: third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurfaceTest.cpp |
diff --git a/third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurfaceTest.cpp b/third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurfaceTest.cpp |
index 52dc94c6829f64bd91e2c43daf913b0013a0c89b..aa297be6552ba1aa2894ebe9232dd3d1ef18530a 100644 |
--- a/third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurfaceTest.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurfaceTest.cpp |
@@ -113,7 +113,7 @@ public: |
void testEmptyPicture() |
{ |
m_testSurface->initializeCurrentFrame(); |
- RefPtr<SkPicture> picture = m_testSurface->getPicture(); |
+ sk_sp<SkPicture> picture = m_testSurface->getPicture(); |
EXPECT_TRUE((bool)picture.get()); |
EXPECT_EQ(1, m_fakeImageBufferClient->frameCount()); |
expectDisplayListEnabled(true); |