| Index: cc/test/fake_output_surface.h
|
| diff --git a/cc/test/fake_output_surface.h b/cc/test/fake_output_surface.h
|
| index f3748caf7d83b9b4df2b69383a11e406c814316a..e985bcf5a9acf5b0d8bdbd89338d71c19a5e1585 100644
|
| --- a/cc/test/fake_output_surface.h
|
| +++ b/cc/test/fake_output_surface.h
|
| @@ -46,8 +46,9 @@
|
|
|
| static std::unique_ptr<FakeOutputSurface> Create3d(
|
| std::unique_ptr<TestGLES2Interface> gl) {
|
| - return base::WrapUnique(new FakeOutputSurface(
|
| - TestContextProvider::Create(std::move(gl)), nullptr, false));
|
| + return base::WrapUnique(
|
| + new FakeOutputSurface(TestContextProvider::Create(std::move(gl)),
|
| + TestContextProvider::CreateWorker(), false));
|
| }
|
|
|
| static std::unique_ptr<FakeOutputSurface> Create3d(
|
|
|