Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / ash / wm / resize_shadow_and_cursor_unittest.cc
index 066c350..b6fd5e6 100644 (file)
@@ -36,6 +36,9 @@ class TestWidgetDelegate : public views::WidgetDelegateView {
   virtual bool CanMaximize() const OVERRIDE {
     return true;
   }
+  virtual bool CanMinimize() const OVERRIDE {
+    return true;
+  }
   virtual views::NonClientFrameView* CreateNonClientFrameView(
       views::Widget* widget) OVERRIDE {
     return new ash::CustomFrameViewAsh(widget);