Chromium Code Reviews| Index: chrome/browser/chromeos/login/oobe_progress_bar.cc |
| =================================================================== |
| --- chrome/browser/chromeos/login/oobe_progress_bar.cc (revision 74228) |
| +++ chrome/browser/chromeos/login/oobe_progress_bar.cc (working copy) |
| @@ -53,7 +53,7 @@ |
| } |
| void OobeProgressBar::Paint(gfx::Canvas* canvas) { |
| - gfx::Rect bounds = GetLocalBounds(); |
| + gfx::Rect bounds = GetContentsBounds(); |
| int x = bounds.x(); |
| int y = bounds.y(); |