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

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

Issue 320193002: Consolidates view_manager typedefs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: formatting Created 6 years, 6 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 c6724d48909fb65316fce6b88b4ada65c7a7baf9..28f072c6ca4512af5c689ac36f7e63b94e726720 100644
--- a/mojo/services/public/cpp/view_manager/view.h
+++ b/mojo/services/public/cpp/view_manager/view.h
@@ -26,7 +26,7 @@ class View {
void Destroy();
- TransportViewId id() const { return id_; }
+ Id id() const { return id_; }
ViewTreeNode* node() { return node_; }
void AddObserver(ViewObserver* observer);
@@ -45,7 +45,7 @@ class View {
void LocalDestroy();
- TransportViewId id_;
+ Id id_;
ViewTreeNode* node_;
ViewManager* manager_;

Powered by Google App Engine
This is Rietveld 408576698