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