diff options
Diffstat (limited to 'cc/test/layer_tree_test.h')
-rw-r--r-- | cc/test/layer_tree_test.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cc/test/layer_tree_test.h b/cc/test/layer_tree_test.h index c6a3f4d..5ac3f85 100644 --- a/cc/test/layer_tree_test.h +++ b/cc/test/layer_tree_test.h @@ -112,6 +112,7 @@ class LayerTreeTest : public testing::Test, public TestHooks { void PostAddAnimationToMainThread(Layer* layer_to_receive_animation); void PostAddInstantAnimationToMainThread(Layer* layer_to_receive_animation); void PostSetNeedsCommitToMainThread(); + void PostReadbackToMainThread(); void PostAcquireLayerTextures(); void PostSetNeedsRedrawToMainThread(); void PostSetNeedsRedrawRectToMainThread(gfx::Rect damage_rect); @@ -132,6 +133,7 @@ class LayerTreeTest : public testing::Test, public TestHooks { virtual void DispatchAddInstantAnimation(Layer* layer_to_receive_animation); virtual void DispatchAddAnimation(Layer* layer_to_receive_animation); void DispatchSetNeedsCommit(); + void DispatchReadback(); void DispatchAcquireLayerTextures(); void DispatchSetNeedsRedraw(); void DispatchSetNeedsRedrawRect(gfx::Rect damage_rect); |