| Index: ash/wm/resize_shadow_and_cursor_unittest.cc
|
| diff --git a/ash/wm/resize_shadow_and_cursor_unittest.cc b/ash/wm/resize_shadow_and_cursor_unittest.cc
|
| index 066c3509f0e92c31817092e801e030962e440f12..b6fd5e6c0a1c1c2688e5afde934cd31dacb3e4ad 100644
|
| --- a/ash/wm/resize_shadow_and_cursor_unittest.cc
|
| +++ b/ash/wm/resize_shadow_and_cursor_unittest.cc
|
| @@ -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);
|
|
|