Index: content/common/gpu/media/gpu_video_decode_accelerator.cc |
=================================================================== |
--- content/common/gpu/media/gpu_video_decode_accelerator.cc (revision 120554) |
+++ content/common/gpu/media/gpu_video_decode_accelerator.cc (working copy) |
@@ -137,9 +137,10 @@ |
#else // OS_WIN |
OmxVideoDecodeAccelerator* video_decoder = |
new OmxVideoDecodeAccelerator(this); |
- video_decoder->SetEglState( |
+ video_decoder->SetEglState(gfx::GLSurfaceEGL::GetNativeDisplay(), |
Ami GONE FROM CHROMIUM
2012/02/07 17:05:40
The fact that this param doesn't depend on any sta
|
gfx::GLSurfaceEGL::GetHardwareDisplay(), |
- stub_->decoder()->GetGLContext()->GetHandle()); |
+ stub_->decoder()->GetGLContext()->GetHandle(), |
+ stub_->decoder()->GetGLSurface()->GetHandle()); |
#endif // OS_WIN |
video_decode_accelerator_ = video_decoder; |
if (!video_decode_accelerator_->Initialize(profile)) |