| Index: content/common/gpu/media/omx_video_decode_accelerator.h
|
| ===================================================================
|
| --- content/common/gpu/media/omx_video_decode_accelerator.h (revision 163460)
|
| +++ content/common/gpu/media/omx_video_decode_accelerator.h (working copy)
|
| @@ -25,6 +25,7 @@
|
| #include "third_party/openmax/il/OMX_Core.h"
|
| #include "third_party/openmax/il/OMX_Video.h"
|
|
|
| +namespace content {
|
| class Gles2TextureToEglImageTranslator;
|
|
|
| // Class to wrap OpenMAX IL accelerator behind VideoDecodeAccelerator interface.
|
| @@ -272,4 +273,6 @@
|
|
|
| };
|
|
|
| +} // namespace content
|
| +
|
| #endif // CONTENT_COMMON_GPU_MEDIA_OMX_VIDEO_DECODE_ACCELERATOR_H_
|
|
|