diff options
author | enne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-06 21:29:24 +0000 |
---|---|---|
committer | enne@chromium.org <enne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-06 21:29:24 +0000 |
commit | 2eeea2b3af3a75fd682fca39fc21423887539373 (patch) | |
tree | 8c67d7dc754c817dc501b5dbde929a78d92a28b0 /cc/test/pixel_test.cc | |
parent | 48329446603c155f1b0c5394ac6c993e22e8af1c (diff) | |
download | chromium_src-2eeea2b3af3a75fd682fca39fc21423887539373.zip chromium_src-2eeea2b3af3a75fd682fca39fc21423887539373.tar.gz chromium_src-2eeea2b3af3a75fd682fca39fc21423887539373.tar.bz2 |
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
Diffstat (limited to 'cc/test/pixel_test.cc')
-rw-r--r-- | cc/test/pixel_test.cc | 3 |
1 files changed, 1 insertions, 2 deletions
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<DirectRenderer>(); + 0).PassAs<DirectRenderer>(); } void PixelTest::ForceExpandedViewport(gfx::Size surface_expansion, |