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

Unified Diff: views/controls/menu/nested_dispatcher_gtk.h

Issue 5110011: A non-GTK version of menus for touchui. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: fix compile for chromeos Created 10 years, 1 month 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: views/controls/menu/nested_dispatcher_gtk.h
diff --git a/views/controls/menu/nested_dispatcher_gtk.h b/views/controls/menu/nested_dispatcher_gtk.h
index f17e9a442ed2a2927fe4469a46d9596ef64e7f12..6789ce5afb650c01d9ff995de7d2039fe57663b4 100644
--- a/views/controls/menu/nested_dispatcher_gtk.h
+++ b/views/controls/menu/nested_dispatcher_gtk.h
@@ -8,10 +8,6 @@
#include "base/message_loop.h"
-#if defined(TOUCH_UI)
-typedef union _XEvent XEvent;
-#endif
-
namespace views {
// A nested dispatcher that can out-live the creator of this
@@ -40,10 +36,6 @@ class NestedDispatcherGtk : public MessageLoopForUI::Dispatcher {
// Overriden from MessageLoopForUI::Dispatcher:
virtual bool Dispatch(GdkEvent* event);
-#if defined(TOUCH_UI)
- virtual bool Dispatch(XEvent* xevent);
-#endif
-
// Creator of the nested loop.
MessageLoopForUI::Dispatcher* creator_;

Powered by Google App Engine
This is Rietveld 408576698