| Index: ash/wm/resize_shadow.h
|
| diff --git a/ash/wm/resize_shadow.h b/ash/wm/resize_shadow.h
|
| index 724c4f73fd7d958778b6f209187ac6e4f065ddd1..ae5d274632fbdf9e6e46d6b3d334a1552e297598 100644
|
| --- a/ash/wm/resize_shadow.h
|
| +++ b/ash/wm/resize_shadow.h
|
| @@ -45,9 +45,7 @@ class ResizeShadow {
|
| // Updates the effect positions based on the |bounds| of the window.
|
| void Layout(const gfx::Rect& bounds);
|
|
|
| - int GetLastHitTestForTest() const {
|
| - return last_hit_test_;
|
| - }
|
| + int GetLastHitTestForTest() const { return last_hit_test_; }
|
|
|
| private:
|
| // Images for the shadow effect.
|
|
|