Index: cc/test/layer_tree_test.h |
diff --git a/cc/test/layer_tree_test.h b/cc/test/layer_tree_test.h |
index b017d0ff6d43b0ff5a2c0cc5b42e323bdaca3574..86208f2f30af10e1e2778abce2ff1ce440f2f38e 100644 |
--- a/cc/test/layer_tree_test.h |
+++ b/cc/test/layer_tree_test.h |
@@ -122,7 +122,6 @@ class LayerTreeTest : public testing::Test, public TestHooks { |
void PostSetNeedsCommitToMainThread(); |
void PostSetNeedsUpdateLayersToMainThread(); |
void PostReadbackToMainThread(); |
- void PostAcquireLayerTextures(); |
void PostSetNeedsRedrawToMainThread(); |
void PostSetNeedsRedrawRectToMainThread(const gfx::Rect& damage_rect); |
void PostSetVisibleToMainThread(bool visible); |
@@ -145,7 +144,6 @@ class LayerTreeTest : public testing::Test, public TestHooks { |
void DispatchSetNeedsCommit(); |
void DispatchSetNeedsUpdateLayers(); |
void DispatchReadback(); |
- void DispatchAcquireLayerTextures(); |
void DispatchSetNeedsRedraw(); |
void DispatchSetNeedsRedrawRect(const gfx::Rect& damage_rect); |
void DispatchSetVisible(bool visible); |