Index: cc/test/fake_layer_tree_host_impl.h |
diff --git a/cc/test/fake_layer_tree_host_impl.h b/cc/test/fake_layer_tree_host_impl.h |
index fe9bc4f9cc6fbb754e56941045b71ca60d3c2804..c16021180668ddf50be4157596a332c66add2770 100644 |
--- a/cc/test/fake_layer_tree_host_impl.h |
+++ b/cc/test/fake_layer_tree_host_impl.h |
@@ -38,7 +38,6 @@ class FakeLayerTreeHostImpl : public LayerTreeHostImpl { |
using LayerTreeHostImpl::prepare_tiles_needed; |
private: |
- BeginFrameArgs current_begin_frame_args_; |
FakeLayerTreeHostImplClient client_; |
FakeRenderingStatsInstrumentation stats_instrumentation_; |
}; |