Index: content/common/gpu/media/gpu_video_decode_accelerator.cc |
diff --git a/content/common/gpu/media/gpu_video_decode_accelerator.cc b/content/common/gpu/media/gpu_video_decode_accelerator.cc |
index 0e2d14acab66dd1a6dbe75e2b76d1dc6a1b337fa..c190e94dc32bb87fd7ebcfe967b014b294a21205 100644 |
--- a/content/common/gpu/media/gpu_video_decode_accelerator.cc |
+++ b/content/common/gpu/media/gpu_video_decode_accelerator.cc |
@@ -174,7 +174,8 @@ void GpuVideoDecodeAccelerator::Initialize( |
video_decode_accelerator_.reset(new OmxVideoDecodeAccelerator( |
gfx::GLSurfaceEGL::GetHardwareDisplay(), |
stub_->decoder()->GetGLContext()->GetHandle(), |
- this)); |
+ this, |
+ make_context_current_)); |
#elif defined(OS_CHROMEOS) && defined(ARCH_CPU_X86_FAMILY) |
gfx::GLContextGLX* glx_context = |
static_cast<gfx::GLContextGLX*>(stub_->decoder()->GetGLContext()); |