Index: cc/test/layer_test_common.h |
diff --git a/cc/test/layer_test_common.h b/cc/test/layer_test_common.h |
index 3b967ec58033ca2442acc2f39eec3b0b77e035a0..fe1c37bf61462ad2a4f2ab4f896478bb1f1fb1cc 100644 |
--- a/cc/test/layer_test_common.h |
+++ b/cc/test/layer_test_common.h |
@@ -117,6 +117,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_; |