blob: e8a5046de997c82364f3c77c9c4b149cb8b77383 [file] [log] [blame]
// Copyright 2016 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.
[
Exposed=AnimationWorklet,
Global=(Worklet,AnimationWorklet),
RuntimeEnabled=CompositorWorker,
] interface AnimationWorkletGlobalScope : WorkletGlobalScope {
};