summaryrefslogtreecommitdiffstats
path: root/gpu/gles2_conform_support
diff options
context:
space:
mode:
authorpiman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-01 05:06:35 +0000
committerpiman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-01 05:06:35 +0000
commitbaed42c24524270f2927f9f2b1f78645a2a31afb (patch)
treed91c2741513a0545e691a50cfac24b05c10d97e7 /gpu/gles2_conform_support
parent85f2e0b4302ba5021faa6a20743b6b5316aa9e19 (diff)
downloadchromium_src-baed42c24524270f2927f9f2b1f78645a2a31afb.zip
chromium_src-baed42c24524270f2927f9f2b1f78645a2a31afb.tar.gz
chromium_src-baed42c24524270f2927f9f2b1f78645a2a31afb.tar.bz2
Route GenMailboxCHROMIUM through GpuControl
This allows the fast path to work in GLES2Implementation rather than needing WGC3DCBI. BUG=181120 R=sievers@chromium.org Review URL: https://codereview.chromium.org/24714002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@226145 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/gles2_conform_support')
-rw-r--r--gpu/gles2_conform_support/egl/display.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/gpu/gles2_conform_support/egl/display.cc b/gpu/gles2_conform_support/egl/display.cc
index cdc4fdb..53a73a7 100644
--- a/gpu/gles2_conform_support/egl/display.cc
+++ b/gpu/gles2_conform_support/egl/display.cc
@@ -123,7 +123,8 @@ EGLSurface Display::CreateWindowSurface(EGLConfig config,
gpu_scheduler_.reset(new gpu::GpuScheduler(command_buffer.get(),
decoder_.get(),
NULL));
- gpu_control_.reset(new gpu::GpuControlService(NULL, NULL));
+ gpu_control_.reset(new gpu::GpuControlService(NULL, NULL,
+ group->mailbox_manager()));
decoder_->set_engine(gpu_scheduler_.get());
gfx::Size size(create_offscreen_width_, create_offscreen_height_);