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

Unified Diff: cc/test/fake_layer_tree_host_impl_client.cc

Issue 2924233002: cc: Move pre-decodes to background worker. (Closed)
Patch Set: flake is flaky. T_T Created 3 years, 6 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
« no previous file with comments | « cc/test/fake_layer_tree_host_impl_client.h ('k') | cc/test/layer_tree_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_layer_tree_host_impl_client.cc
diff --git a/cc/test/fake_layer_tree_host_impl_client.cc b/cc/test/fake_layer_tree_host_impl_client.cc
index 3b7adfcd8fb303736d9a6056867a251aa992540d..b37a5e6dc2102d3e2718cf05d6e006c90577420e 100644
--- a/cc/test/fake_layer_tree_host_impl_client.cc
+++ b/cc/test/fake_layer_tree_host_impl_client.cc
@@ -18,4 +18,12 @@ void FakeLayerTreeHostImplClient::NeedsImplSideInvalidation() {
did_request_impl_side_invalidation_ = true;
}
+void FakeLayerTreeHostImplClient::NotifyReadyToActivate() {
+ ready_to_activate_ = true;
+}
+
+void FakeLayerTreeHostImplClient::NotifyReadyToDraw() {
+ ready_to_draw_ = true;
+}
+
} // namespace cc
« no previous file with comments | « cc/test/fake_layer_tree_host_impl_client.h ('k') | cc/test/layer_tree_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698