Index: cc/test/layer_tree_test.h |
diff --git a/cc/test/layer_tree_test.h b/cc/test/layer_tree_test.h |
index e7d618badaeef5d84df7f1a16c6d937472103db0..41e27f00544ba46c1368c3d4fd48c5435f89daad 100644 |
--- a/cc/test/layer_tree_test.h |
+++ b/cc/test/layer_tree_test.h |
@@ -118,7 +118,6 @@ class LayerTreeTest : public testing::Test, public TestHooks { |
void PostAddLongAnimationToMainThread(Layer* layer_to_receive_animation); |
void PostSetNeedsCommitToMainThread(); |
void PostSetNeedsUpdateLayersToMainThread(); |
- void PostReadbackToMainThread(); |
void PostSetNeedsRedrawToMainThread(); |
void PostSetNeedsRedrawRectToMainThread(const gfx::Rect& damage_rect); |
void PostSetVisibleToMainThread(bool visible); |
@@ -140,7 +139,6 @@ class LayerTreeTest : public testing::Test, public TestHooks { |
double animation_duration); |
void DispatchSetNeedsCommit(); |
void DispatchSetNeedsUpdateLayers(); |
- void DispatchReadback(); |
void DispatchSetNeedsRedraw(); |
void DispatchSetNeedsRedrawRect(const gfx::Rect& damage_rect); |
void DispatchSetVisible(bool visible); |