| Index: cc/test/fake_output_surface.h
|
| diff --git a/cc/test/fake_output_surface.h b/cc/test/fake_output_surface.h
|
| index f21e0580f628ddbb238d6416e6459a6d3e2d2280..7c5e04a49b770f44ea8b8dcf168a191a57686b83 100644
|
| --- a/cc/test/fake_output_surface.h
|
| +++ b/cc/test/fake_output_surface.h
|
| @@ -64,7 +64,7 @@ private:
|
| static inline scoped_ptr<cc::OutputSurface> createFakeOutputSurface()
|
| {
|
| return FakeOutputSurface::Create3d(
|
| - WebKit::CompositorFakeWebGraphicsContext3D::create(
|
| + CompositorFakeWebGraphicsContext3D::create(
|
| WebKit::WebGraphicsContext3D::Attributes())
|
| .PassAs<WebKit::WebGraphicsContext3D>())
|
| .PassAs<cc::OutputSurface>();
|
|
|