| Index: Source/core/platform/graphics/chromium/DeferredImageDecoder.h
|
| diff --git a/Source/core/platform/graphics/chromium/DeferredImageDecoder.h b/Source/core/platform/graphics/chromium/DeferredImageDecoder.h
|
| index 34dd0b0d99ad928f0543b7c5564eb1f26039834c..943a973fb4fc0f7f34f847284af270cd65bae379 100644
|
| --- a/Source/core/platform/graphics/chromium/DeferredImageDecoder.h
|
| +++ b/Source/core/platform/graphics/chromium/DeferredImageDecoder.h
|
| @@ -63,6 +63,8 @@ public:
|
| int repetitionCount() const;
|
| void clearFrameBufferCache(size_t);
|
| bool frameHasAlphaAtIndex(size_t index) const;
|
| + bool frameIsCompleteAtIndex(size_t) const;
|
| + float frameDurationAtIndex(size_t) const;
|
| unsigned frameBytesAtIndex(size_t index) const;
|
| ImageOrientation orientation() const;
|
| bool hotSpot(IntPoint&) const;
|
|
|