| Index: third_party/WebKit/Source/platform/graphics/test/MockImageDecoder.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/test/MockImageDecoder.h b/third_party/WebKit/Source/platform/graphics/test/MockImageDecoder.h
|
| index 74fe6ffce5955f85e1e3497002d11feb12f15220..7fd410fe4045396ec88305d43df41e4413dd27b0 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/test/MockImageDecoder.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/test/MockImageDecoder.h
|
| @@ -83,7 +83,7 @@ class MockImageDecoder : public ImageDecoder {
|
|
|
| int RepetitionCount() const override { return client_->RepetitionCount(); }
|
|
|
| - bool FrameIsCompleteAtIndex(size_t) const override {
|
| + bool FrameIsReceivedAtIndex(size_t) const override {
|
| return client_->GetStatus() == ImageFrame::kFrameComplete;
|
| }
|
|
|
|
|