blob: 8049d37b3bb9974771109712cf4eee60177000ef [file] [log] [blame]
// Copyright 2014 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.
package system;
type Core interface {
GetTimeTicksNow() int64
}