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

Unified Diff: services/gles2/command_buffer_driver.cc

Issue 885693005: Turn off bind_generates_resource in Mojo's GL (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 | « mojo/cc/context_provider_mojo.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/gles2/command_buffer_driver.cc
diff --git a/services/gles2/command_buffer_driver.cc b/services/gles2/command_buffer_driver.cc
index 0343a2fa53ddef89e262493e4aeb8651a44b2abd..25aef7d67efd7c62e73c2a89ea1eb58a350f6041 100644
--- a/services/gles2/command_buffer_driver.cc
+++ b/services/gles2/command_buffer_driver.cc
@@ -126,7 +126,7 @@ bool CommandBufferDriver::DoInitialize(
new gpu::gles2::ContextGroup(mailbox_manager_.get(),
new MemoryTrackerStub,
new gpu::gles2::ShaderTranslatorCache,
- nullptr, nullptr, nullptr, true);
jamesr 2015/01/28 23:41:53 can you extract this out into a const bool local s
abarth-chromium 2015/01/28 23:42:51 Sure/
+ nullptr, nullptr, nullptr, false);
command_buffer_.reset(
new gpu::CommandBufferService(context_group->transfer_buffer_manager()));
« no previous file with comments | « mojo/cc/context_provider_mojo.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698