| Index: content/common/gpu/media/gles2_texture_to_egl_image_translator.cc
|
| diff --git a/content/common/gpu/media/gles2_texture_to_egl_image_translator.cc b/content/common/gpu/media/gles2_texture_to_egl_image_translator.cc
|
| index 18701e8bbb9e3cc63fed2f6dfa0907fad6f17642..e1ac5172363c852a817b64968bb118de8dea312b 100644
|
| --- a/content/common/gpu/media/gles2_texture_to_egl_image_translator.cc
|
| +++ b/content/common/gpu/media/gles2_texture_to_egl_image_translator.cc
|
| @@ -5,8 +5,11 @@
|
| #include "content/common/gpu/media/gles2_texture_to_egl_image_translator.h"
|
|
|
| #include "base/logging.h"
|
| -#include "base/message_pump_x.h"
|
| -
|
| +#if defined(TOOLKIT_USES_GTK)
|
| +#include "base/message_pump_gtk.h"
|
| +#elif defined(USE_AURA)
|
| +#include "base/message_pump_aurax11.h"
|
| +#endif
|
|
|
| // Get EGL extension functions.
|
| static PFNEGLCREATEIMAGEKHRPROC egl_create_image_khr =
|
|
|