| 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 943a973fb4fc0f7f34f847284af270cd65bae379..4183ee32710a230bf14f92ca9ebba1348b78a0d3 100644
|
| --- a/Source/core/platform/graphics/chromium/DeferredImageDecoder.h
|
| +++ b/Source/core/platform/graphics/chromium/DeferredImageDecoder.h
|
| @@ -61,7 +61,7 @@ public:
|
| IntSize frameSizeAtIndex(size_t index) const;
|
| size_t frameCount();
|
| int repetitionCount() const;
|
| - void clearFrameBufferCache(size_t);
|
| + size_t clearCacheExceptFrame(size_t);
|
| bool frameHasAlphaAtIndex(size_t index) const;
|
| bool frameIsCompleteAtIndex(size_t) const;
|
| float frameDurationAtIndex(size_t) const;
|
|
|