From 2eeea2b3af3a75fd682fca39fc21423887539373 Mon Sep 17 00:00:00 2001 From: "enne@chromium.org" Date: Fri, 6 Dec 2013 21:29:24 +0000 Subject: Remove direct-to-backbuffer Ganesh path The usage of the GrContext in GLRenderer is getting in the way of cleaning up the WebGraphicsContext3D usage in cc. This path was good for trying out the Ganesh path, but was never really used, available on all platforms, or compatible with ubercompositor. Ganesh-to-tile is almost landed and so it seems like this can be safely removed for the present. BUG=none TBR=sky Review URL: https://codereview.chromium.org/98463008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@239261 0039d316-1c4b-4281-b951-d872f2087c98 --- cc/test/pixel_test.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cc/test/pixel_test.cc') diff --git a/cc/test/pixel_test.cc b/cc/test/pixel_test.cc index 2153b35..0e6b60d 100644 --- a/cc/test/pixel_test.cc +++ b/cc/test/pixel_test.cc @@ -173,8 +173,7 @@ void PixelTest::SetUpGLRenderer(bool use_skia_gpu_backend) { output_surface_.get(), resource_provider_.get(), texture_mailbox_deleter_.get(), - 0, - use_skia_gpu_backend).PassAs(); + 0).PassAs(); } void PixelTest::ForceExpandedViewport(gfx::Size surface_expansion, -- cgit v1.1