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

Unified Diff: services/gles2/gpu_impl.cc

Issue 935333002: Update from https://crrev.com/316786 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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
Index: services/gles2/gpu_impl.cc
diff --git a/services/gles2/gpu_impl.cc b/services/gles2/gpu_impl.cc
index 52d3191bf08207598c6a80a974a060d308095e8b..f3e351ed7f32a35ebf2aa585260ce63e19bfcfbd 100644
--- a/services/gles2/gpu_impl.cc
+++ b/services/gles2/gpu_impl.cc
@@ -17,7 +17,7 @@ namespace gles2 {
GpuImpl::State::State()
: control_thread_("gpu_command_buffer_control"),
- sync_point_manager_(new gpu::SyncPointManager),
+ sync_point_manager_(gpu::SyncPointManager::Create(true)),
share_group_(new gfx::GLShareGroup),
mailbox_manager_(new gpu::gles2::MailboxManagerImpl) {
control_thread_.Start();
« no previous file with comments | « sandbox/linux/tests/main.cc ('k') | shell/android/apk/src/org/chromium/mojo/shell/MojoShellApplication.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698