Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / ash / shell / toplevel_window.cc
index 2f620c1..27c96d6 100644 (file)
@@ -108,5 +108,9 @@ bool ToplevelWindow::CanMaximize() const {
   return params_.can_maximize;
 }
 
+bool ToplevelWindow::CanMinimize() const {
+  return params_.can_maximize;
+}
+
 }  // namespace shell
 }  // namespace ash