| 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 439c632dcc3c419d4dc771f22ab7fa0ec16e7c3a..23f38abc90279a74d2340c0063d02d1475010698 100644
|
| --- a/cc/test/fake_layer_tree_host_impl.h
|
| +++ b/cc/test/fake_layer_tree_host_impl.h
|
| @@ -43,6 +43,7 @@
|
| using LayerTreeHostImpl::RemoveRenderPasses;
|
|
|
| private:
|
| + BeginFrameArgs current_begin_frame_args_;
|
| FakeLayerTreeHostImplClient client_;
|
| FakeRenderingStatsInstrumentation stats_instrumentation_;
|
| };
|
|
|