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

Unified Diff: mojo/services/public/cpp/view_manager/lib/view_private.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/lib/view_private.h
diff --git a/mojo/services/public/cpp/view_manager/lib/view_private.h b/mojo/services/public/cpp/view_manager/lib/view_private.h
index 19ee3ca1ec7efcc9076557bc7ca56849d34a4db8..0c8ea25185bc583bb0bbb6b4a3550f554f1b5149 100644
--- a/mojo/services/public/cpp/view_manager/lib/view_private.h
+++ b/mojo/services/public/cpp/view_manager/lib/view_private.h
@@ -22,7 +22,7 @@ class ViewPrivate {
view_->LocalDestroy();
}
- void set_id(TransportViewId id) { view_->id_ = id; }
+ void set_id(Id id) { view_->id_ = id; }
void set_node(ViewTreeNode* node) { view_->node_ = node; }
ViewManager* view_manager() { return view_->manager_; }

Powered by Google App Engine
This is Rietveld 408576698