Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / ash / frame / custom_frame_view_ash_unittest.cc
index 3bcf912..f947692 100644 (file)
@@ -68,6 +68,10 @@ class TestWidgetConstraintsDelegate : public TestWidgetDelegate {
     return true;
   }
 
+  virtual bool CanMinimize() const OVERRIDE {
+    return true;
+  }
+
   void set_minimum_size(const gfx::Size& min_size) {
     minimum_size_ = min_size;
   }