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

Unified Diff: ui/wayland/wayland_window.cc

Issue 8378005: wayland: define base:NativeEvent for Wayland (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix per feedback. 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
« no previous file with comments | « ui/wayland/wayland_widget.h ('k') | views/controls/menu/menu_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/wayland/wayland_window.cc
diff --git a/ui/wayland/wayland_window.cc b/ui/wayland/wayland_window.cc
index 7199494e8f50886f375b52a4c46fa63d8f12635e..cd84a450f628439f4c1fbe84b0fd615391013d42 100644
--- a/ui/wayland/wayland_window.cc
+++ b/ui/wayland/wayland_window.cc
@@ -6,10 +6,12 @@
#include <wayland-egl.h>
-#include "ui/wayland/events/wayland_event.h"
+#include "base/wayland/wayland_event.h"
#include "ui/wayland/wayland_display.h"
#include "ui/wayland/wayland_widget.h"
+using base::wayland::WaylandEvent;
+
namespace ui {
WaylandWindow::WaylandWindow(WaylandWidget* widget, WaylandDisplay* display)
« no previous file with comments | « ui/wayland/wayland_widget.h ('k') | views/controls/menu/menu_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698