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

Unified Diff: cc/test/layer_tree_test.cc

Issue 2757373002: Fixing flakiness of TextureLayerChangeInvisibleMailboxTest (Closed)
Patch Set: c 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
« no previous file with comments | « cc/layers/texture_layer_unittest.cc ('k') | cc/test/test_hooks.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/layer_tree_test.cc
diff --git a/cc/test/layer_tree_test.cc b/cc/test/layer_tree_test.cc
index 60077ec082d0e944523091ef1d2a3514f9fb6a84..39e641c1652f9d5b0bbb949596ef5271169ea43d 100644
--- a/cc/test/layer_tree_test.cc
+++ b/cc/test/layer_tree_test.cc
@@ -279,6 +279,12 @@ class LayerTreeHostImplForTesting : public LayerTreeHostImpl {
test_hooks_->DidRequestImplSideInvalidation(this);
}
+ void DidReceiveCompositorFrameAck() override {
+ test_hooks_->WillReceiveCompositorFrameAckOnThread(this);
+ LayerTreeHostImpl::DidReceiveCompositorFrameAck();
+ test_hooks_->DidReceiveCompositorFrameAckOnThread(this);
+ }
+
AnimationHost* animation_host() const {
return static_cast<AnimationHost*>(mutator_host());
}
« no previous file with comments | « cc/layers/texture_layer_unittest.cc ('k') | cc/test/test_hooks.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698