Index: cc/test/layer_tree_test.h |
diff --git a/cc/test/layer_tree_test.h b/cc/test/layer_tree_test.h |
index 1800c1acf4a21277f539c4647c5e9ebea3face94..ac35a653ae06655f06773d65099a2d72b5b736df 100644 |
--- a/cc/test/layer_tree_test.h |
+++ b/cc/test/layer_tree_test.h |
@@ -114,6 +114,7 @@ class LayerTreeTest : public testing::Test, public TestHooks { |
void PostAddInstantAnimationToMainThread(Layer* layer_to_receive_animation); |
void PostAddLongAnimationToMainThread(Layer* layer_to_receive_animation); |
void PostSetNeedsCommitToMainThread(); |
+ void PostSetNeedsUpdateLayersToMainThread(); |
void PostReadbackToMainThread(); |
void PostAcquireLayerTextures(); |
void PostSetNeedsRedrawToMainThread(); |
@@ -136,6 +137,7 @@ class LayerTreeTest : public testing::Test, public TestHooks { |
virtual void DispatchAddAnimation(Layer* layer_to_receive_animation, |
double animation_duration); |
void DispatchSetNeedsCommit(); |
+ void DispatchSetNeedsUpdateLayers(); |
void DispatchReadback(); |
void DispatchAcquireLayerTextures(); |
void DispatchSetNeedsRedraw(); |