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

Unified Diff: ui/aura/window_property.h

Issue 2446893005: Adds a porting layer so aura can be made to work with mus (Closed)
Patch Set: better Created 4 years, 2 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
« no previous file with comments | « ui/aura/window_port_local.cc ('k') | ui/aura/window_tree_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/window_property.h
diff --git a/ui/aura/window_property.h b/ui/aura/window_property.h
index 1f8a6353ef2cdbb7d27c27906010edeffd2533f4..b3774d66597c98ff5ae8c2a1ce4dc13960583ba0 100644
--- a/ui/aura/window_property.h
+++ b/ui/aura/window_property.h
@@ -19,7 +19,7 @@
//
// DECLARE_EXPORTED_WINDOW_PROPERTY_TYPE(FOO_EXPORT, MyType);
// namespace foo {
-// // Use this to define an exported property that is premitive,
+// // Use this to define an exported property that is primitive,
// // or a pointer you don't want automatically deleted.
// DEFINE_WINDOW_PROPERTY_KEY(MyType, kMyKey, MyDefault);
//
« no previous file with comments | « ui/aura/window_port_local.cc ('k') | ui/aura/window_tree_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698