| Index: mojo/services/native_viewport/native_viewport_service.cc
|
| diff --git a/mojo/services/native_viewport/native_viewport_service.cc b/mojo/services/native_viewport/native_viewport_service.cc
|
| index f79fae252993fab9c13821cbdad68b67fbc3a58e..8b6a34b57ab2de1dca57328b5868577357157b96 100644
|
| --- a/mojo/services/native_viewport/native_viewport_service.cc
|
| +++ b/mojo/services/native_viewport/native_viewport_service.cc
|
| @@ -41,6 +41,7 @@ class NativeViewportImpl
|
| services::NativeViewport::Create(context(), this);
|
| native_viewport_->Init(bounds);
|
| client()->OnCreated();
|
| + OnBoundsChanged(bounds);
|
| }
|
|
|
| virtual void Show() MOJO_OVERRIDE {
|
|
|