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

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

Issue 460863002: Rename Node to View in the View Manager mojom & client lib. Service TBD. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 4 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/types.h
diff --git a/mojo/services/public/cpp/view_manager/types.h b/mojo/services/public/cpp/view_manager/types.h
index 9cdcc148508dc44e01f459f22ae8aaeb7ac4be70..d72236ff00b4849cb75203825c3e442c8f7767c1 100644
--- a/mojo/services/public/cpp/view_manager/types.h
+++ b/mojo/services/public/cpp/view_manager/types.h
@@ -12,12 +12,12 @@
namespace mojo {
-// Used to identify nodes, views and change ids.
+// Used to identify views and change ids.
typedef uint32_t Id;
-// Used to identify a connection as well as a connection specific view or node
-// id. For example, the Id for a node consists of the ConnectionSpecificId of
-// the connection and the ConnectionSpecificId of the node.
+// Used to identify a connection as well as a connection specific view id. For
+// example, the Id for a view consists of the ConnectionSpecificId of the
+// connection and the ConnectionSpecificId of the view.
typedef uint16_t ConnectionSpecificId;
} // namespace mojo
« no previous file with comments | « mojo/services/public/cpp/view_manager/tests/view_unittest.cc ('k') | mojo/services/public/cpp/view_manager/view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698