Chromium Code Reviews| 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 0d218dfbd65b82056eea2284cfaa2b031cc99ec1..66a6a3d1834b4db30d69b1d47c8ba5b106462f25 100644 |
| --- a/cc/test/fake_layer_tree_host_impl.h |
| +++ b/cc/test/fake_layer_tree_host_impl.h |
| @@ -26,6 +26,7 @@ class FakeLayerTreeHostImpl : public LayerTreeHostImpl { |
| using LayerTreeHostImpl::activatePendingTree; |
| private: |
| + scoped_ptr<RenderingStatsRecorder> rendering_stats_recorder_; |
| FakeLayerTreeHostImplClient client_; |
| }; |