| Index: chrome/browser/ui/views/frame/browser_non_client_frame_view_aura.cc
|
| diff --git a/chrome/browser/ui/views/frame/browser_non_client_frame_view_aura.cc b/chrome/browser/ui/views/frame/browser_non_client_frame_view_aura.cc
|
| index 3ece949b15377fb1e1fe5a8ee2e43d26a0c7ecc2..e868ac9b48d071e9e3bc87018cf25c171f9679aa 100644
|
| --- a/chrome/browser/ui/views/frame/browser_non_client_frame_view_aura.cc
|
| +++ b/chrome/browser/ui/views/frame/browser_non_client_frame_view_aura.cc
|
| @@ -94,7 +94,7 @@ class WindowControlButton : public views::CustomButton {
|
| views::CustomButton::OnMouseExited(event);
|
| }
|
| virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE {
|
| - canvas->FillRect(GetBackgroundColor(), GetLocalBounds());
|
| + canvas->FillRect(GetLocalBounds(), GetBackgroundColor());
|
| canvas->DrawBitmapInt(icon_, 0, 0);
|
| }
|
| virtual gfx::Size GetPreferredSize() OVERRIDE {
|
|
|