| Index: chrome/browser/chromeos/frame/bubble_frame_view.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/frame/bubble_frame_view.cc (revision 74228)
|
| +++ chrome/browser/chromeos/frame/bubble_frame_view.cc (working copy)
|
| @@ -210,7 +210,7 @@
|
| paint.setStyle(SkPaint::kFill_Style);
|
| paint.setColor(BubbleWindow::kBackgroundColor);
|
| gfx::Path path;
|
| - gfx::Rect bounds(GetLocalBounds());
|
| + gfx::Rect bounds(GetContentsBounds());
|
| SkRect rect;
|
| rect.set(SkIntToScalar(bounds.x()), SkIntToScalar(bounds.y()),
|
| SkIntToScalar(bounds.right()), SkIntToScalar(bounds.bottom()));
|
|
|