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 0f89990c4784fbf0465dab92cd3c8d84d085cf4a..d2b478be235cbba49e2479c3e130c64954972ec3 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(); |