Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1568)

Unified Diff: mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.h

Issue 514063003: Update view_manager and window_manager to make use of content handling. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@viewman2
Patch Set: git cl format Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_; }

Powered by Google App Engine
This is Rietveld 408576698