Index: cc/test/layer_tree_pixel_test.cc |
diff --git a/cc/test/layer_tree_pixel_test.cc b/cc/test/layer_tree_pixel_test.cc |
index 3c67e5414e99e90618afd953b746eb30bd0b7c9f..4d1f2497a251b1a8c772ea9541db676d8fab2382 100644 |
--- a/cc/test/layer_tree_pixel_test.cc |
+++ b/cc/test/layer_tree_pixel_test.cc |
@@ -25,7 +25,7 @@ scoped_ptr<OutputSurface> LayerTreePixelTest::CreateOutputSurface() { |
CHECK(gfx::InitializeGLBindings(gfx::kGLImplementationOSMesaGL)); |
using webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl; |
- scoped_ptr<WebGraphicsContext3DInProcessCommandBufferImpl> context3d( |
+ scoped_ptr<WebKit::WebGraphicsContext3D> context3d( |
WebGraphicsContext3DInProcessCommandBufferImpl::CreateOffscreenContext( |
WebKit::WebGraphicsContext3D::Attributes())); |
return make_scoped_ptr( |