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 7cc97a187501efe31bb095c4744d40fd6d8c15e9..47bc69fc916c27dd741a71486dd93f031c2b8b2f 100644 |
--- a/ui/views/widget/desktop_aura/x11_window_event_filter.h |
+++ b/ui/views/widget/desktop_aura/x11_window_event_filter.h |
@@ -39,6 +39,8 @@ class VIEWS_EXPORT X11WindowEventFilter : public ui::EventHandler { |
virtual void OnMouseEvent(ui::MouseEvent* event) OVERRIDE; |
private: |
+ void ToggleMaximizedState(); |
+ |
// Dispatches a _NET_WM_MOVERESIZE message to the window manager to tell it |
// to act as if a border or titlebar drag occurred. |
bool DispatchHostWindowDragMovement(int hittest, |