Chromium Code Reviews

Unified Diff: cc/test/fake_layer_tree_host_impl_client.h

Issue 2769823002: Add decode() functionality to image elements. (Closed)
Patch Set: rebase+review Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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