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

Unified Diff: ui/aura/root_window_host_linux.h

Issue 9958152: Consolidate win/x dispatchers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 years, 8 months 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: ui/aura/root_window_host_linux.h
diff --git a/ui/aura/root_window_host_linux.h b/ui/aura/root_window_host_linux.h
index f1d61a171d83c03f9c5c1fab91daf17cbade902a..eba7f5553a13cfe7cf8586098417c45963eb7ed0 100644
--- a/ui/aura/root_window_host_linux.h
+++ b/ui/aura/root_window_host_linux.h
@@ -25,8 +25,7 @@ class RootWindowHostLinux : public RootWindowHost,
virtual ~RootWindowHostLinux();
// Overridden from Dispatcher overrides:
- virtual base::MessagePumpDispatcher::DispatchStatus
- Dispatch(XEvent* xev) OVERRIDE;
+ virtual bool Dispatch(const base::NativeEvent& xev) OVERRIDE;
sky 2012/04/09 14:38:59 xev -> event
oshima 2012/04/09 17:56:09 Done.
private:
// RootWindowHost Overrides.

Powered by Google App Engine
This is Rietveld 408576698