| Index: webkit/compositor_bindings/test/web_layer_tree_view_test_common.h
|
| diff --git a/webkit/compositor_bindings/test/web_layer_tree_view_test_common.h b/webkit/compositor_bindings/test/web_layer_tree_view_test_common.h
|
| index 7a1ae6b516dea39a8b659f28a33b63dbae61b9ba..276534c527d295e11fddd7d1c5cd7278fbb0f049 100644
|
| --- a/webkit/compositor_bindings/test/web_layer_tree_view_test_common.h
|
| +++ b/webkit/compositor_bindings/test/web_layer_tree_view_test_common.h
|
| @@ -23,7 +23,7 @@ public:
|
|
|
| virtual cc::OutputSurface* createOutputSurface() OVERRIDE
|
| {
|
| - return cc::FakeOutputSurface::Create3d(CompositorFakeWebGraphicsContext3D::create(WebGraphicsContext3D::Attributes()).PassAs<WebKit::WebGraphicsContext3D>()).release();
|
| + return cc::FakeOutputSurface::Create3d(cc::CompositorFakeWebGraphicsContext3D::create(WebGraphicsContext3D::Attributes()).PassAs<WebKit::WebGraphicsContext3D>()).release();
|
| }
|
| virtual void didRecreateOutputSurface(bool) OVERRIDE { }
|
|
|
|
|