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

Unified Diff: mojo/services/public/cpp/view_manager/view.h

Issue 549883003: Window controls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . 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/view.h
diff --git a/mojo/services/public/cpp/view_manager/view.h b/mojo/services/public/cpp/view_manager/view.h
index 3f8ff98e9fa21fbffe9366347b5b2b5a3159beb2..7b224452528ec3fbefa55965af0ead3d54858fb4 100644
--- a/mojo/services/public/cpp/view_manager/view.h
+++ b/mojo/services/public/cpp/view_manager/view.h
@@ -38,6 +38,8 @@ class View {
// Destroys this view and all its children.
void Destroy();
+ ViewManager* view_manager() { return manager_; }
+
// Configuration.
Id id() const { return id_; }

Powered by Google App Engine
This is Rietveld 408576698