| 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 841a2ea4ea92d73524c02e32082db48001097da1..ff108c48a55a4988545861614461943b9e486aeb 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Image.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/Image.h
|
| @@ -81,7 +81,7 @@ public:
|
| enum MetadataMode { UseCurrentMetadata, PreCacheMetadata };
|
| virtual bool currentFrameKnownToBeOpaque(MetadataMode = UseCurrentMetadata) = 0;
|
|
|
| - virtual bool currentFrameIsComplete() { return false; }
|
| + virtual bool currentFrameIsFullyReceived() { return false; }
|
| virtual bool currentFrameIsLazyDecoded() { return false; }
|
| virtual bool isTextureBacked();
|
|
|
|
|