Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(439)

Unified Diff: content/common/gpu/media/gles2_texture_to_egl_image_translator.cc

Issue 17078005: Move message_pump to base/message_loop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/web_contents/web_contents_view_mac.mm ('k') | content/shell/shell_application_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 24a8554b9cbcc56a3730b082a0795c426efd1c9b..b0699ab8ce42ca845340ddb75d1b21af900b876f 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,10 +5,11 @@
#include "content/common/gpu/media/gles2_texture_to_egl_image_translator.h"
#include "base/logging.h"
+
#if defined(TOOLKIT_USES_GTK)
-#include "base/message_pump_gtk.h"
+#include "base/message_loop/message_pump_gtk.h"
#elif defined(USE_AURA)
-#include "base/message_pump_aurax11.h"
+#include "base/message_loop/message_pump_aurax11.h"
#endif
namespace content {
« no previous file with comments | « content/browser/web_contents/web_contents_view_mac.mm ('k') | content/shell/shell_application_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698