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

Unified Diff: cc/test/test_hooks.h

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/layer_tree_test.cc ('k') | cc/tiles/checker_image_tracker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/test_hooks.h
diff --git a/cc/test/test_hooks.h b/cc/test/test_hooks.h
index a59f6aaf0b53c5f2c03114df71e8aad28c2556a0..a14380534fc86291151893b829dd293b5bacccf5 100644
--- a/cc/test/test_hooks.h
+++ b/cc/test/test_hooks.h
@@ -66,6 +66,8 @@ class TestHooks : public AnimationDelegate {
virtual void WillAnimateLayers(LayerTreeHostImpl* host_impl,
base::TimeTicks monotonic_time) {}
virtual void DidInvalidateContentOnImplSide(LayerTreeHostImpl* host_impl) {}
+ virtual void DidReceiveImplSideInvalidationRequest(
+ LayerTreeHostImpl* host_impl) {}
virtual void DidRequestImplSideInvalidation(LayerTreeHostImpl* host_impl) {}
// Asynchronous compositor thread hooks.
« no previous file with comments | « cc/test/layer_tree_test.cc ('k') | cc/tiles/checker_image_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698