blob: 1d6f0752786c099312936c15ef72313fbba9f42d [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.
// https://docs.google.com/document/d/1723wu4GZa8x8zSK0vb4NYg9xGtyVISEtGSGHcyL1tko/edit
[RuntimeEnabled=LayoutJankAPI]
interface PerformanceLayoutJank : PerformanceEntry {
readonly attribute double fraction;
serializer = {inherit, attribute};
};