| Index: views/controls/native/native_view_host.cc
|
| ===================================================================
|
| --- views/controls/native/native_view_host.cc (revision 74228)
|
| +++ views/controls/native/native_view_host.cc (working copy)
|
| @@ -121,7 +121,7 @@
|
| gfx::Insets insets = GetInsets();
|
| gfx::Point top_left(insets.left(), insets.top());
|
| ConvertPointToWidget(this, &top_left);
|
| - gfx::Rect local_bounds = GetLocalBounds();
|
| + gfx::Rect local_bounds = GetContentsBounds();
|
| native_wrapper_->ShowWidget(top_left.x(), top_left.y(),
|
| local_bounds.width(),
|
| local_bounds.height());
|
|
|