Index: content/common/gpu/media/omx_video_decode_accelerator.cc |
diff --git a/content/common/gpu/media/omx_video_decode_accelerator.cc b/content/common/gpu/media/omx_video_decode_accelerator.cc |
index 956742d7eca9ae5154efd2f92414462acbb9f0f4..dc5592a2b3d0d4c8c7e170de40b84a2261c4b24e 100644 |
--- a/content/common/gpu/media/omx_video_decode_accelerator.cc |
+++ b/content/common/gpu/media/omx_video_decode_accelerator.cc |
@@ -713,9 +713,6 @@ void OmxVideoDecodeAccelerator::FreeOutputBuffers() { |
// Calls to OMX to free buffers. |
OMX_ERRORTYPE result; |
- if (!make_context_current_.Run()) |
- return; |
- |
for (OutputPictureById::iterator it = pictures_.begin(); |
it != pictures_.end(); ++it) { |
OMX_BUFFERHEADERTYPE* omx_buffer = it->second.omx_buffer_header; |