Index: ui/views/widget/desktop_aura/x11_window_event_filter.h |
diff --git a/ui/views/widget/desktop_aura/x11_window_event_filter.h b/ui/views/widget/desktop_aura/x11_window_event_filter.h |
index 5f7bedc3364a9c9662268701c45aed694da0884f..6280b1873243c84c73eb26478b7be2690fa90774 100644 |
--- a/ui/views/widget/desktop_aura/x11_window_event_filter.h |
+++ b/ui/views/widget/desktop_aura/x11_window_event_filter.h |
@@ -39,7 +39,7 @@ class VIEWS_EXPORT X11WindowEventFilter : public ui::EventHandler { |
void SetUseHostWindowBorders(bool use_os_border); |
// Overridden from ui::EventHandler: |
- virtual ui::EventResult OnMouseEvent(ui::MouseEvent* event) OVERRIDE; |
+ virtual void OnMouseEvent(ui::MouseEvent* event) OVERRIDE; |
private: |
// Dispatches a _NET_WM_MOVERESIZE message to the window manager to tell it |