| Index: mojo/examples/sample_app/sample_app.cc
|
| diff --git a/mojo/examples/sample_app/sample_app.cc b/mojo/examples/sample_app/sample_app.cc
|
| index 27e8796e7d2ba0f1c78c6071c23d5ac6149951e8..6524215c428049ac848f114949d6161f0f5d1225 100644
|
| --- a/mojo/examples/sample_app/sample_app.cc
|
| +++ b/mojo/examples/sample_app/sample_app.cc
|
| @@ -33,7 +33,7 @@ class SampleApp : public Application, public NativeViewportClient {
|
| public:
|
| explicit SampleApp(MojoHandle shell_handle) : Application(shell_handle) {
|
| ConnectTo("mojo:mojo_native_viewport_service", &viewport_);
|
| - viewport_->SetClient(this);
|
| + viewport_.set_client(this);
|
|
|
| AllocationScope scope;
|
|
|
|
|