Index: cc/test/pixel_test.cc |
diff --git a/cc/test/pixel_test.cc b/cc/test/pixel_test.cc |
index 1e751568c4c8e7c2ddb0da6337e495cc44a64e12..2fb839d6f5c141dd1ba619558f6509234979a2d8 100644 |
--- a/cc/test/pixel_test.cc |
+++ b/cc/test/pixel_test.cc |
@@ -168,7 +168,7 @@ void PixelTest::SetUpGLRenderer(bool use_skia_gpu_backend) { |
CHECK(gfx::InitializeGLBindings(gfx::kGLImplementationOSMesaGL)); |
using webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl; |
- scoped_ptr<WebGraphicsContext3DInProcessCommandBufferImpl> context3d( |
+ scoped_ptr<WebKit::WebGraphicsContext3D> context3d( |
WebGraphicsContext3DInProcessCommandBufferImpl::CreateOffscreenContext( |
WebKit::WebGraphicsContext3D::Attributes())); |
output_surface_.reset(new PixelTestOutputSurface( |