blob: 794e6b88b862bc0aa2e098e95f09b0f74220087b [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
module cros.mojom;
// Keep in sync with
// https://cs.chromium.org/chromium/src/mojo/public/mojom/base/time.mojom
[Native]
struct Time;
struct TimeDelta {
int64 microseconds;
};
[Native]
struct TimeTicks;