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

Unified Diff: base/message_pump_wayland.cc

Issue 8561018: wayland: use message_pump_observer common code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « base/message_pump_wayland.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/message_pump_wayland.cc
diff --git a/base/message_pump_wayland.cc b/base/message_pump_wayland.cc
index ab60a76df8c0ed3e06a20d5cb803199830735a2f..a06a2f18c8c11827d277a71e4ece9a13218af8e5 100644
--- a/base/message_pump_wayland.cc
+++ b/base/message_pump_wayland.cc
@@ -21,8 +21,8 @@ bool MessagePumpWayland::RunOnce(GMainContext* context, bool block) {
return g_main_context_iteration(context, block);
}
-MessagePumpObserver::EventStatus
- MessagePumpObserver::WillProcessEvent(wayland::WaylandEvent* event) {
+EventStatus
+ MessagePumpObserver::WillProcessEvent(const NativeEvent& event) {
return EVENT_CONTINUE;
}
oshima 2011/11/18 19:21:28 MessagePumpObserver::WillProcessEvent is pure virt
Mandeep Singh Baines 2011/11/18 20:05:23 Done.
« no previous file with comments | « base/message_pump_wayland.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698