Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(234)

Unified Diff: content/common/gpu/gpu_channel.cc

Issue 10795037: Revert 147328 - Current status of patch: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/gpu/gpu_channel.h ('k') | content/common/gpu/gpu_channel_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/gpu_channel.cc
===================================================================
--- content/common/gpu/gpu_channel.cc (revision 147496)
+++ content/common/gpu/gpu_channel.cc (working copy)
@@ -147,10 +147,8 @@
gfx::GLShareGroup* share_group,
gpu::gles2::MailboxManager* mailbox,
int client_id,
- bool software,
- gpu::gles2::ProgramCache* program_cache)
+ bool software)
: gpu_channel_manager_(gpu_channel_manager),
- program_cache_(program_cache),
unprocessed_messages_(new gpu::RefCountedCounter),
client_id_(client_id),
share_group_(share_group ? share_group : new gfx::GLShareGroup),
@@ -334,8 +332,7 @@
surface_id,
watchdog_,
software_,
- init_params.active_url,
- program_cache_));
+ init_params.active_url));
if (preempt_by_counter_.get())
stub->SetPreemptByCounter(preempt_by_counter_);
router_.AddRoute(*route_id, stub.get());
@@ -486,8 +483,7 @@
route_id,
0, watchdog_,
software_,
- init_params.active_url,
- program_cache_));
+ init_params.active_url));
if (preempt_by_counter_.get())
stub->SetPreemptByCounter(preempt_by_counter_);
router_.AddRoute(route_id, stub.get());
« no previous file with comments | « content/common/gpu/gpu_channel.h ('k') | content/common/gpu/gpu_channel_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698