From 3b2eb8890490df87ed957ba5076bcb5a39832c3c Mon Sep 17 00:00:00 2001
From: "danakj@chromium.org"
 <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Date: Thu, 24 Apr 2014 19:48:56 +0000
Subject: 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
---
 cc/test/fake_layer_tree_host_client.h | 3 ---
 1 file changed, 3 deletions(-)

(limited to 'cc/test/fake_layer_tree_host_client.h')

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
-- 
cgit v1.1