Chromium Code Reviews| Index: chrome/views/non_client_view.h |
| =================================================================== |
| --- chrome/views/non_client_view.h (revision 11412) |
| +++ chrome/views/non_client_view.h (working copy) |
| @@ -59,6 +59,9 @@ |
| virtual bool HitTest(const gfx::Point& l) const; |
| protected: |
| + virtual void DidChangeBounds(const gfx::Rect& previous, |
| + const gfx::Rect& current); |
| + |
| NonClientFrameView() : paint_as_active_(false) {} |