| Index: chrome/browser/ui/views/browser_actions_container.cc
|
| diff --git a/chrome/browser/ui/views/browser_actions_container.cc b/chrome/browser/ui/views/browser_actions_container.cc
|
| index 67b47bca06d61226e9d709658ec0b62c2503510c..4557c0afcc8f47179f89a821885c963ff5b5424d 100644
|
| --- a/chrome/browser/ui/views/browser_actions_container.cc
|
| +++ b/chrome/browser/ui/views/browser_actions_container.cc
|
| @@ -845,9 +845,7 @@ void BrowserActionsContainer::OnPaint(gfx::Canvas* canvas) {
|
|
|
| // Color of the drop indicator.
|
| static const SkColor kDropIndicatorColor = SK_ColorBLACK;
|
| - canvas->FillRectInt(kDropIndicatorColor, indicator_bounds.x(),
|
| - indicator_bounds.y(), indicator_bounds.width(),
|
| - indicator_bounds.height());
|
| + canvas->FillRect(kDropIndicatorColor, indicator_bounds);
|
| }
|
| }
|
|
|
|
|