Index: cc/test/pixel_test.cc |
diff --git a/cc/test/pixel_test.cc b/cc/test/pixel_test.cc |
index 6e6600223ed62e6a54e96bef75a9c799dad8d585..5d02e58f94a99c2beba0f1a5467d6406c5578431 100644 |
--- a/cc/test/pixel_test.cc |
+++ b/cc/test/pixel_test.cc |
@@ -142,7 +142,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( |