| Index: third_party/mojo/src/mojo/public/c/system/types.h
|
| diff --git a/third_party/mojo/src/mojo/public/c/system/types.h b/third_party/mojo/src/mojo/public/c/system/types.h
|
| index a88b024fe7eed15cc06d14742bac4653c6738523..9f85fbbc2a35e5eda3ba9d942f491e001e31fff7 100644
|
| --- a/third_party/mojo/src/mojo/public/c/system/types.h
|
| +++ b/third_party/mojo/src/mojo/public/c/system/types.h
|
| @@ -17,7 +17,8 @@
|
| // TODO(vtl): Notes: Use of undefined flags will lead to undefined behavior
|
| // (typically they'll be ignored), not necessarily an error.
|
|
|
| -// |MojoTimeTicks|: Used to specify time ticks. Value is in microseconds.
|
| +// |MojoTimeTicks|: A time delta, in microseconds, the meaning of which is
|
| +// source-dependent.
|
|
|
| typedef int64_t MojoTimeTicks;
|
|
|
|
|