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

Unified Diff: views/controls/menu/menu_controller.cc

Issue 8378005: wayland: define base:NativeEvent for Wayland (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Create a new wayland namespace in base and define WaylandEvent there. Created 9 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/menu_controller.cc
diff --git a/views/controls/menu/menu_controller.cc b/views/controls/menu/menu_controller.cc
index df24a63d08cd415fde5a83f0ce45efd8ee60d9c2..b9aef061aa04c73db0b07276d76343b58731d24a 100644
--- a/views/controls/menu/menu_controller.cc
+++ b/views/controls/menu/menu_controller.cc
@@ -880,7 +880,7 @@ bool MenuController::Dispatch(const MSG& msg) {
}
#elif defined(USE_WAYLAND)
base::MessagePumpDispatcher::DispatchStatus
- MenuController::Dispatch(ui::WaylandEvent* ev) {
+ MenuController::Dispatch(base::wayland::WaylandEvent* ev) {
return exit_type_ != EXIT_NONE ?
base::MessagePumpDispatcher::EVENT_QUIT :
base::MessagePumpDispatcher::EVENT_PROCESSED;

Powered by Google App Engine
This is Rietveld 408576698