| Index: mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.h
|
| diff --git a/mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.h b/mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.h
|
| index 38ed6de9e99d4eee375da44fc911f9076f1033d4..c9e6706bfc4b516070f8f79d6fab7e5851775d8f 100644
|
| --- a/mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.h
|
| +++ b/mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.h
|
| @@ -19,18 +19,17 @@
|
| class SkBitmap;
|
|
|
| namespace mojo {
|
| -class ApplicationConnection;
|
| class ViewManager;
|
| class ViewManagerDelegate;
|
| class ViewManagerTransaction;
|
| +class Shell;
|
|
|
| // Manages the connection with the View Manager service.
|
| class ViewManagerClientImpl : public ViewManager,
|
| public InterfaceImpl<ViewManagerClient>,
|
| public WindowManagerClient {
|
| public:
|
| - ViewManagerClientImpl(ViewManagerDelegate* delegate,
|
| - ApplicationConnection* app_connection);
|
| + ViewManagerClientImpl(ViewManagerDelegate* delegate, Shell* shell);
|
| virtual ~ViewManagerClientImpl();
|
|
|
| bool connected() const { return connected_; }
|
|
|