| Index: cc/test/proxy_main_for_test.h
|
| diff --git a/cc/test/proxy_main_for_test.h b/cc/test/proxy_main_for_test.h
|
| index 1669cc5a56b831e5399f41f57e19ef7929d090ac..978f0d02c8c61d34c6357fe6bcc993d4404b8449 100644
|
| --- a/cc/test/proxy_main_for_test.h
|
| +++ b/cc/test/proxy_main_for_test.h
|
| @@ -21,6 +21,12 @@ class ProxyMainForTest : public ProxyMain {
|
| TaskRunnerProvider* task_runner_provider,
|
| scoped_ptr<BeginFrameSource> external_begin_frame_source);
|
|
|
| + static scoped_ptr<ProxyMain> CreateRemote(
|
| + TestHooks* test_hooks,
|
| + RemoteProtoChannel* remote_proto_channel,
|
| + LayerTreeHost* host,
|
| + TaskRunnerProvider* task_runner_provider);
|
| +
|
| ~ProxyMainForTest() override;
|
|
|
| ProxyMainForTest(TestHooks* test_hooks,
|
|
|