| Index: examples/ui/shapes/shapes_view.h
|
| diff --git a/examples/ui/shapes/shapes_view.h b/examples/ui/shapes/shapes_view.h
|
| index d041f7e37aaaba4a07067f9fefa8b300a71af8e1..fb5398702018f23fee717609c7933ef406d8e31a 100644
|
| --- a/examples/ui/shapes/shapes_view.h
|
| +++ b/examples/ui/shapes/shapes_view.h
|
| @@ -13,9 +13,8 @@ namespace examples {
|
|
|
| class ShapesView : public mojo::ui::GaneshView {
|
| public:
|
| - ShapesView(
|
| - mojo::ApplicationImpl* app_impl,
|
| - const mojo::ui::ViewProvider::CreateViewCallback& create_view_callback);
|
| + ShapesView(mojo::ApplicationImpl* app_impl,
|
| + mojo::InterfaceRequest<mojo::ui::ViewOwner> view_owner_request);
|
|
|
| ~ShapesView() override;
|
|
|
|
|