Chromium Code Reviews| Index: chrome/browser/chromeos/login/username_view.cc | 
| =================================================================== | 
| --- chrome/browser/chromeos/login/username_view.cc (revision 74228) | 
| +++ chrome/browser/chromeos/login/username_view.cc (working copy) | 
| @@ -81,7 +81,7 @@ | 
| } | 
| void UsernameView::Paint(gfx::Canvas* canvas) { | 
| - gfx::Rect bounds = GetLocalBounds(); | 
| + gfx::Rect bounds = GetContentsBounds(); | 
| if (text_image_ == NULL) | 
| PaintUsername(bounds); | 
| DCHECK(text_image_ != NULL); |