| Index: content/common/gpu/media/gles2_texture_to_egl_image_translator.cc
|
| ===================================================================
|
| --- content/common/gpu/media/gles2_texture_to_egl_image_translator.cc (revision 163460)
|
| +++ content/common/gpu/media/gles2_texture_to_egl_image_translator.cc (working copy)
|
| @@ -11,6 +11,8 @@
|
| #include "base/message_pump_aurax11.h"
|
| #endif
|
|
|
| +namespace content {
|
| +
|
| // Get EGL extension functions.
|
| static PFNEGLCREATEIMAGEKHRPROC egl_create_image_khr =
|
| reinterpret_cast<PFNEGLCREATEIMAGEKHRPROC>(
|
| @@ -114,3 +116,5 @@
|
| XFreePixmap(x_display, pixmap);
|
| }
|
| }
|
| +
|
| +} // namespace content
|
|
|