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

Unified Diff: views/focus/accelerator_handler.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/focus/accelerator_handler.h
diff --git a/views/focus/accelerator_handler.h b/views/focus/accelerator_handler.h
index 088f3f15fedb054cec59589778a74b0d96c1b2f4..86bec01be63edb4eb52cb8bdb95d3d5f0c3f3980 100644
--- a/views/focus/accelerator_handler.h
+++ b/views/focus/accelerator_handler.h
@@ -36,7 +36,7 @@ class AcceleratorHandler : public MessageLoopForUI::Dispatcher {
#else
virtual bool Dispatch(GdkEvent* event);
#if defined(TOUCH_UI)
- virtual bool Dispatch(XEvent* xev);
+ virtual MessagePumpGlibXDispatcher::DispatchStatus Dispatch(XEvent* xev);
rjkroege 2010/11/23 23:38:54 how does this get this here definition-wise?
sadrul 2010/11/24 00:55:21 From base/message_loop.h, which includes base/mess
#endif
#endif

Powered by Google App Engine
This is Rietveld 408576698