blob: b2fd1ed91f9acce643e4d1927e2de1339083b1fe [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.
[
Exposed=AnimationWorklet,
OriginTrialEnabled=AnimationWorklet
] interface WorkletGroupEffectProxy {
sequence<EffectProxy> getChildren();
};