diff options
Diffstat (limited to 'cc/test/fake_graphics_context.h')
-rw-r--r-- | cc/test/fake_graphics_context.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/test/fake_graphics_context.h b/cc/test/fake_graphics_context.h index 276e978..aaeb964 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 |