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

Unified Diff: cc/test/test_hooks.h

Issue 2757373002: Fixing flakiness of TextureLayerChangeInvisibleMailboxTest (Closed)
Patch Set: Rename 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/test_hooks.h
diff --git a/cc/test/test_hooks.h b/cc/test/test_hooks.h
index a7dc578356ca4f8ef4aa4c4efad3e50c1239d932..ade5f8093cb0bcefeffba9d7a33364e3218cc1b1 100644
--- a/cc/test/test_hooks.h
+++ b/cc/test/test_hooks.h
@@ -61,6 +61,8 @@ class TestHooks : public AnimationDelegate {
base::TimeTicks monotonic_time) {}
virtual void DidInvalidateContentOnImplSide(LayerTreeHostImpl* host_impl) {}
virtual void DidRequestImplSideInvalidation(LayerTreeHostImpl* host_impl) {}
+ virtual void WillReceiveCompositorFrameAckOnImplThread() {}
danakj 2017/04/18 20:58:42 just "OnThread" is the convention used here, and c
Saman Sami 2017/04/18 21:37:13 Done.
+ virtual void DidReceiveCompositorFrameAckOnImplThread() {}
// Asynchronous compositor thread hooks.
// These are called asynchronously from the LayerTreeHostImpl performing its

Powered by Google App Engine
This is Rietveld 408576698