Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / ui / app_list / views / app_list_main_view.h
index 7cfa116..8a9334e 100644 (file)
@@ -45,6 +45,8 @@ class APP_LIST_EXPORT AppListMainView : public views::View,
 
   void ShowAppListWhenReady();
 
+  void ResetForShow();
+
   void Close();
 
   void Prerender();
@@ -60,6 +62,9 @@ class APP_LIST_EXPORT AppListMainView : public views::View,
 
   ContentsView* contents_view() const { return contents_view_; }
 
+  // Returns true if the app list should be centered and in landscape mode.
+  bool ShouldCenterWindow() const;
+
  private:
   class IconLoader;