Chromium Code Reviews| Index: ui/ozone/public/ozone_platform.h |
| diff --git a/ui/ozone/public/ozone_platform.h b/ui/ozone/public/ozone_platform.h |
| index 55e8c2d22b2d2a2272e381ae476af308bd632fae..f530af37d9d9a063fca34fde83a01eda59d68b52 100644 |
| --- a/ui/ozone/public/ozone_platform.h |
| +++ b/ui/ozone/public/ozone_platform.h |
| @@ -54,8 +54,8 @@ class OZONE_EXPORT OzonePlatform { |
| OzonePlatform(); |
| virtual ~OzonePlatform(); |
| - // Additional initalization params for the platform. Platforms must not retain |
| - // a reference to this structure. |
| + // Additional initialization params for the platform. Platforms must not |
|
rjkroege
2016/09/08 22:50:27
Apparently I need to learn how to type init*
|
| + // retain a reference to this structure. |
| struct InitParams { |
| // Ozone may retain this pointer for later use. An Ozone platform embedder |
| // must set this parameter in order for the Ozone platform implementation to |