| 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 9bbd010949fd43a5af9de31f28dd684f3ebb44d5..fe2fe1f81200cd8300dc48dc07ce2e7a4ed9487a 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Image.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/Image.h
|
| @@ -79,7 +79,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();
|
|
|
|
|