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

Unified Diff: cc/test/fake_layer_tree_host_impl_client.h

Issue 2769823002: Add decode() functionality to image elements. (Closed)
Patch Set: update Created 3 years, 8 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: cc/test/fake_layer_tree_host_impl_client.h
diff --git a/cc/test/fake_layer_tree_host_impl_client.h b/cc/test/fake_layer_tree_host_impl_client.h
index 4bcc5b098a911f5f67789608a8b689bafabce47d..7dae08a42cde27a5571174443082a59302d0e41b 100644
--- a/cc/test/fake_layer_tree_host_impl_client.h
+++ b/cc/test/fake_layer_tree_host_impl_client.h
@@ -36,6 +36,7 @@ class FakeLayerTreeHostImplClient : public LayerTreeHostImplClient {
void DidCompletePageScaleAnimationOnImplThread() override {}
void OnDrawForCompositorFrameSink(bool resourceless_software_draw) override {}
void NeedsImplSideInvalidation() override {}
+ void NotifyImageDecodeRequestFinished() override {}
};
} // namespace cc
« no previous file with comments | « no previous file | cc/trees/layer_tree_host_impl.h » ('j') | third_party/WebKit/Source/core/html/HTMLImageElement.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698