| Index: mojo/aura/window_tree_host_mojo.cc
|
| diff --git a/mojo/aura/window_tree_host_mojo.cc b/mojo/aura/window_tree_host_mojo.cc
|
| index e028e0c50dd55f01c27cdc93550a1ccf1e216084..4411a193924f5ef415dc0c38a495c6881925b374 100644
|
| --- a/mojo/aura/window_tree_host_mojo.cc
|
| +++ b/mojo/aura/window_tree_host_mojo.cc
|
| @@ -32,7 +32,7 @@ WindowTreeHostMojo::WindowTreeHostMojo(
|
| : native_viewport_(viewport.Pass()),
|
| compositor_created_callback_(compositor_created_callback),
|
| bounds_(bounds) {
|
| - native_viewport_->SetClient(this);
|
| + native_viewport_.set_client(this);
|
|
|
| AllocationScope scope;
|
| native_viewport_->Create(bounds);
|
|
|