| Index: Source/platform/graphics/UnacceleratedImageBufferSurface.h
|
| diff --git a/Source/platform/graphics/UnacceleratedImageBufferSurface.h b/Source/platform/graphics/UnacceleratedImageBufferSurface.h
|
| index 694a48e10f43d20e9da21f8ef2d59974d436928f..ce5ade599e2c8eb64490e3476a63f16923b585ed 100644
|
| --- a/Source/platform/graphics/UnacceleratedImageBufferSurface.h
|
| +++ b/Source/platform/graphics/UnacceleratedImageBufferSurface.h
|
| @@ -47,6 +47,7 @@ public:
|
| virtual SkCanvas* canvas() const OVERRIDE;
|
| virtual bool isValid() const OVERRIDE;
|
|
|
| + virtual PassRefPtr<SkImage> newImageSnapshot() const OVERRIDE;
|
| private:
|
| RefPtr<SkSurface> m_surface;
|
| };
|
|
|