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

Unified Diff: ui/views/controls/menu/menu_message_pump_dispatcher_win.h

Issue 219743002: x11: Move X event handling out of the message-pump. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge-r261267 Created 6 years, 9 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: ui/views/controls/menu/menu_message_pump_dispatcher_win.h
diff --git a/ui/views/controls/menu/menu_message_pump_dispatcher.h b/ui/views/controls/menu/menu_message_pump_dispatcher_win.h
similarity index 81%
rename from ui/views/controls/menu/menu_message_pump_dispatcher.h
rename to ui/views/controls/menu/menu_message_pump_dispatcher_win.h
index 2f5696b7b310449edac96189fa1ec48171b843da..31f1b369610e1535dd5d6bfd6ec62b06278fb0c5 100644
--- a/ui/views/controls/menu/menu_message_pump_dispatcher.h
+++ b/ui/views/controls/menu/menu_message_pump_dispatcher_win.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UI_VIEWS_CONTROLS_MENU_MENU_MESSAGE_PUMP_DISPATCHER_H_
-#define UI_VIEWS_CONTROLS_MENU_MENU_MESSAGE_PUMP_DISPATCHER_H_
+#ifndef UI_VIEWS_CONTROLS_MENU_MENU_MESSAGE_PUMP_DISPATCHER_WIN_H_
+#define UI_VIEWS_CONTROLS_MENU_MENU_MESSAGE_PUMP_DISPATCHER_WIN_H_
#include "base/macros.h"
#include "base/message_loop/message_pump_dispatcher.h"
@@ -33,4 +33,4 @@ class MenuMessagePumpDispatcher : public base::MessagePumpDispatcher {
} // namespace internal
} // namespace views
-#endif // UI_VIEWS_CONTROLS_MENU_MENU_MESSAGE_PUMP_DISPATCHER_H_
+#endif // UI_VIEWS_CONTROLS_MENU_MENU_MESSAGE_PUMP_DISPATCHER_WIN_H_
« no previous file with comments | « ui/views/controls/menu/menu_message_pump_dispatcher.cc ('k') | ui/views/controls/menu/menu_message_pump_dispatcher_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698