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