| Index: cc/test/layer_tree_test.h
|
| diff --git a/cc/test/layer_tree_test.h b/cc/test/layer_tree_test.h
|
| index a4a32d239554bad19f74e7e781a99635d2d12feb..803751a7ee43c98d1f646f10db3bb40aa056624e 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);
|
|
|