blob: d6ebafd2be749e85821b266761dfae8f4fa555ef [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.
[
RuntimeEnabled=CSSPaintAPI,
] partial interface Window {
[CallWith=ExecutionContext] readonly attribute Worklet paintWorklet;
};