blob: 91e7eaa408cd438a02ed56beec4a40d634189842 [file]
// 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.
module sky;
interface Tracing {
Start();
Stop();
};