| Index: third_party/WebKit/Source/platform/graphics/UnacceleratedImageBufferSurface.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/UnacceleratedImageBufferSurface.h b/third_party/WebKit/Source/platform/graphics/UnacceleratedImageBufferSurface.h
|
| index 8bd2acd181c6acb0c2c70b7635f00436b20e9d7f..f38859ca0e6831ff45b8b8fb5fcfadc0f0a615b4 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/UnacceleratedImageBufferSurface.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/UnacceleratedImageBufferSurface.h
|
| @@ -32,7 +32,7 @@
|
| #define UnacceleratedImageBufferSurface_h
|
|
|
| #include "platform/graphics/ImageBufferSurface.h"
|
| -#include "wtf/RefPtr.h"
|
| +#include "third_party/skia/include/core/SkRefCnt.h"
|
|
|
| class SkSurface;
|
|
|
| @@ -47,7 +47,7 @@ public:
|
| SkCanvas* canvas() override;
|
| bool isValid() const override;
|
|
|
| - PassRefPtr<SkImage> newImageSnapshot(AccelerationHint, SnapshotReason) override;
|
| + sk_sp<SkImage> newImageSnapshot(AccelerationHint, SnapshotReason) override;
|
| private:
|
| sk_sp<SkSurface> m_surface;
|
| };
|
|
|