diff options
author | danakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-24 19:48:56 +0000 |
---|---|---|
committer | danakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-24 19:48:56 +0000 |
commit | 3b2eb8890490df87ed957ba5076bcb5a39832c3c (patch) | |
tree | 69f90778f6a6a5b14da80bbaf886bfec97783b88 /cc/test/layer_tree_pixel_test.h | |
parent | 1502e60861419bd0499f9b52a11b90fc55dc1abc (diff) | |
download | chromium_src-3b2eb8890490df87ed957ba5076bcb5a39832c3c.zip chromium_src-3b2eb8890490df87ed957ba5076bcb5a39832c3c.tar.gz chromium_src-3b2eb8890490df87ed957ba5076bcb5a39832c3c.tar.bz2 |
Remove offscreen compositor contexts.
After https://codereview.chromium.org/250083002/ cc no longer uses an
offscreen context for ganesh filters. Instead using the main onscreen
context.
So, delete the code to create offscreen contexts for the compositor.
R=abarth@chromium.org, boliu@chromium.org, enne@chromium.org, piman@chromium.org, enne, piman
BUG=366132,366130
Review URL: https://codereview.chromium.org/251343002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@265974 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/test/layer_tree_pixel_test.h')
-rw-r--r-- | cc/test/layer_tree_pixel_test.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cc/test/layer_tree_pixel_test.h b/cc/test/layer_tree_pixel_test.h index 16873e5..cd0c988 100644 --- a/cc/test/layer_tree_pixel_test.h +++ b/cc/test/layer_tree_pixel_test.h @@ -35,7 +35,6 @@ class LayerTreePixelTest : public LayerTreeTest { virtual ~LayerTreePixelTest(); virtual scoped_ptr<OutputSurface> CreateOutputSurface(bool fallback) OVERRIDE; - virtual scoped_refptr<ContextProvider> OffscreenContextProvider() OVERRIDE; virtual void CommitCompleteOnThread(LayerTreeHostImpl* impl) OVERRIDE; virtual scoped_ptr<CopyOutputRequest> CreateCopyOutputRequest(); |