| Index: cc/test/layer_tree_test.h
|
| diff --git a/cc/test/layer_tree_test.h b/cc/test/layer_tree_test.h
|
| index 1f786a4a3e90677a040d3aaaf41a7b10cbc4e1a8..836a4b75b93300c22ffcb58525f78a6436e971ab 100644
|
| --- a/cc/test/layer_tree_test.h
|
| +++ b/cc/test/layer_tree_test.h
|
| @@ -198,6 +198,8 @@ class LayerTreeTest : public testing::Test, public TestHooks {
|
| FakeExternalBeginFrameSource* external_begin_frame_source_;
|
| RemoteProtoChannelBridge remote_proto_channel_bridge_;
|
|
|
| + std::unique_ptr<ImageSerializationProcessor> image_serialization_processor_;
|
| +
|
| bool beginning_;
|
| bool end_when_begin_returns_;
|
| bool timed_out_;
|
|
|