| Index: third_party/WebKit/Source/platform/graphics/Image.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/Image.h b/third_party/WebKit/Source/platform/graphics/Image.h
|
| index cdc04cb46b58d1644f45a93b955509da27195dc9..9cb1e4388c1230f008b8f80f87111f277655234d 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Image.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/Image.h
|
| @@ -113,6 +113,7 @@ public:
|
|
|
| virtual void destroyDecodedData() = 0;
|
|
|
| + virtual bool clear() { return false; }
|
| virtual PassRefPtr<SharedBuffer> data() { return m_encodedImageData; }
|
|
|
| // Animation begins whenever someone draws the image, so startAnimation() is not normally called.
|
|
|