| Index: content/common/gpu/media/omx_video_decode_accelerator.h
|
| ===================================================================
|
| --- content/common/gpu/media/omx_video_decode_accelerator.h (revision 91551)
|
| +++ content/common/gpu/media/omx_video_decode_accelerator.h (working copy)
|
| @@ -135,8 +135,9 @@
|
| // NOTE: all calls to this object *MUST* be executed in message_loop_.
|
| Client* client_;
|
|
|
| - std::vector<uint32> texture_ids_;
|
| - std::vector<uint32> context_ids_;
|
| + // Keep the egl-image handles so that we can destroy them in the end.
|
| + std::vector<void*> egl_images_;
|
| +
|
| // Method to handle events
|
| void EventHandlerCompleteTask(OMX_EVENTTYPE event,
|
| OMX_U32 data1,
|
|
|