| Index: cc/test/layer_tree_test.h
|
| diff --git a/cc/test/layer_tree_test.h b/cc/test/layer_tree_test.h
|
| index 5d055391af55665d80731676b8c4779ec23ea6f9..6ed2e35fed8ffc95757e7caf587c23347a9fc05f 100644
|
| --- a/cc/test/layer_tree_test.h
|
| +++ b/cc/test/layer_tree_test.h
|
| @@ -200,6 +200,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_;
|
|
|