Index: cc/test/layer_tree_test.h |
diff --git a/cc/test/layer_tree_test.h b/cc/test/layer_tree_test.h |
index aa5583745eab327e18b5fddc6dd20479bf673029..92aeec78123e45a9ffc1063b149db25b7bc89b74 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 PostSetNeedsUpdateLayersToMainThread(); |
void PostReadbackToMainThread(); |
void PostAcquireLayerTextures(); |
void PostSetNeedsRedrawToMainThread(); |
@@ -134,6 +135,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 DispatchSetNeedsUpdateLayers(); |
void DispatchReadback(); |
void DispatchAcquireLayerTextures(); |
void DispatchSetNeedsRedraw(); |