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

Unified Diff: trunk/src/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc

Issue 138433008: Revert 245226 "Nukes MessageLoop::Dispatcher" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 11 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
Index: trunk/src/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc
===================================================================
--- trunk/src/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc (revision 245238)
+++ trunk/src/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc (working copy)
@@ -9,7 +9,6 @@
#include "base/event_types.h"
#include "base/lazy_instance.h"
#include "base/message_loop/message_loop.h"
-#include "base/message_loop/message_pump_dispatcher.h"
#include "ui/aura/client/drag_drop_client.h"
#include "ui/aura/client/drag_drop_delegate.h"
#include "ui/aura/root_window.h"
@@ -139,7 +138,7 @@
namespace views {
class DesktopDragDropClientAuraX11::X11DragContext :
- public base::MessagePumpDispatcher {
+ public base::MessageLoop::Dispatcher {
public:
X11DragContext(ui::X11AtomCache* atom_cache,
::Window local_window,
@@ -174,7 +173,7 @@
int GetDragOperation() const;
private:
- // Overridden from MessagePumpDispatcher:
+ // Overridden from MessageLoop::Dispatcher:
virtual bool Dispatch(const base::NativeEvent& event) OVERRIDE;
// The atom cache owned by our parent.

Powered by Google App Engine
This is Rietveld 408576698