summaryrefslogtreecommitdiffstats
path: root/cc/test/fake_layer_tree_host_client.h
diff options
context:
space:
mode:
authordanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-24 19:48:56 +0000
committerdanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-24 19:48:56 +0000
commit3b2eb8890490df87ed957ba5076bcb5a39832c3c (patch)
tree69f90778f6a6a5b14da80bbaf886bfec97783b88 /cc/test/fake_layer_tree_host_client.h
parent1502e60861419bd0499f9b52a11b90fc55dc1abc (diff)
downloadchromium_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/fake_layer_tree_host_client.h')
-rw-r--r--cc/test/fake_layer_tree_host_client.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/cc/test/fake_layer_tree_host_client.h b/cc/test/fake_layer_tree_host_client.h
index 65ca019..1b0ec1f 100644
--- a/cc/test/fake_layer_tree_host_client.h
+++ b/cc/test/fake_layer_tree_host_client.h
@@ -40,7 +40,6 @@ class FakeLayerTreeHostClient : public LayerTreeHostClient,
virtual void DidCommit() OVERRIDE {}
virtual void DidCommitAndDrawFrame() OVERRIDE {}
virtual void DidCompleteSwapBuffers() OVERRIDE {}
- virtual scoped_refptr<ContextProvider> OffscreenContextProvider() OVERRIDE;
// LayerTreeHostSingleThreadClient implementation.
virtual void ScheduleComposite() OVERRIDE {}
@@ -51,8 +50,6 @@ class FakeLayerTreeHostClient : public LayerTreeHostClient,
private:
bool use_software_rendering_;
bool use_delegating_renderer_;
-
- scoped_refptr<TestContextProvider> offscreen_contexts_;
};
} // namespace cc