| Index: cc/test/layer_test_common.h
|
| diff --git a/cc/test/layer_test_common.h b/cc/test/layer_test_common.h
|
| index e2b0ef60f4387ae8f368efb4a3c98220d954e50b..8e2fdfb0e356b03bbb4eba8cb8816d242a22fe44 100644
|
| --- a/cc/test/layer_test_common.h
|
| +++ b/cc/test/layer_test_common.h
|
| @@ -124,6 +124,7 @@ class LayerTestCommon {
|
| const QuadList& quad_list() const { return render_pass_->quad_list; }
|
|
|
| private:
|
| + FakeLayerTreeHostClient client_;
|
| scoped_ptr<FakeLayerTreeHost> host_;
|
| scoped_ptr<LayerImpl> root_layer_impl_;
|
| scoped_ptr<RenderPass> render_pass_;
|
|
|