Index: third_party/WebKit/Source/platform/graphics/gpu/AcceleratedImageBufferSurface.h |
diff --git a/third_party/WebKit/Source/platform/graphics/gpu/AcceleratedImageBufferSurface.h b/third_party/WebKit/Source/platform/graphics/gpu/AcceleratedImageBufferSurface.h |
index 2fbea2f072474c72870eaa8b538d2386cd1f8cc8..5fd2e07577a50ee220db120d1359c060213e49f4 100644 |
--- a/third_party/WebKit/Source/platform/graphics/gpu/AcceleratedImageBufferSurface.h |
+++ b/third_party/WebKit/Source/platform/graphics/gpu/AcceleratedImageBufferSurface.h |
@@ -52,7 +52,7 @@ public: |
private: |
OwnPtr<WebGraphicsContext3DProvider> m_contextProvider; |
- OwnPtr<SkSurface> m_surface; // Uses m_contextProvider. |
+ sk_sp<SkSurface> m_surface; // Uses m_contextProvider. |
}; |