Index: ui/views/widget/desktop_aura/desktop_root_window_host_x11.h |
diff --git a/ui/views/widget/desktop_aura/desktop_root_window_host_x11.h b/ui/views/widget/desktop_aura/desktop_root_window_host_x11.h |
index 5abbf674653429d3f73d88c3ca226beb296e6598..13f22f80160785d01d23be605fab1c52cfc604b8 100644 |
--- a/ui/views/widget/desktop_aura/desktop_root_window_host_x11.h |
+++ b/ui/views/widget/desktop_aura/desktop_root_window_host_x11.h |
@@ -198,6 +198,9 @@ private: |
// See comment for variable open_windows_. |
static std::list<XID>& open_windows(); |
+ // Map the window (shows it) taking into account the given |show_state|. |
+ void MapWindow(ui::WindowShowState show_state); |
+ |
// Overridden from Dispatcher: |
virtual bool Dispatch(const base::NativeEvent& event) OVERRIDE; |