| Index: cc/test/fake_graphics_context.h
|
| diff --git a/cc/test/fake_graphics_context.h b/cc/test/fake_graphics_context.h
|
| index 276e978c2a362d8ec6efb0a1586f8902129e7ec9..aaeb964d2ee86ef14558ee8c5e5334a608c71902 100644
|
| --- a/cc/test/fake_graphics_context.h
|
| +++ b/cc/test/fake_graphics_context.h
|
| @@ -12,9 +12,9 @@
|
|
|
| namespace WebKit {
|
|
|
| -static inline scoped_ptr<cc::CCGraphicsContext> createFakeCCGraphicsContext()
|
| +static inline scoped_ptr<cc::GraphicsContext> createFakeGraphicsContext()
|
| {
|
| - return FakeWebCompositorOutputSurface::create(CompositorFakeWebGraphicsContext3D::create(WebGraphicsContext3D::Attributes()).PassAs<WebKit::WebGraphicsContext3D>()).PassAs<cc::CCGraphicsContext>();
|
| + return FakeWebCompositorOutputSurface::create(CompositorFakeWebGraphicsContext3D::create(WebGraphicsContext3D::Attributes()).PassAs<WebKit::WebGraphicsContext3D>()).PassAs<cc::GraphicsContext>();
|
| }
|
|
|
| } // namespace WebKit
|
|
|