Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1237)

Unified Diff: third_party/WebKit/Source/platform/graphics/test/MockImageDecoder.h

Issue 2982083002: FrameIsCompleteAtIndex to FrameIsReceivedAtIndex (Closed)
Patch Set: Update upstack from ImageDecoder Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}

Powered by Google App Engine
This is Rietveld 408576698