blob: d0f2b6508268e786ac3fb8d0cdbdc8587cf0dbb3 [file] [log] [blame]
// Copyright 2020 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://github.com/WICG/ink-enhancement
[
RuntimeEnabled=DelegatedInkTrails,
Exposed=Window
] interface DelegatedInkTrailPresenter {
[CallWith=ScriptState] void updateInkTrailStartPoint(PointerEvent evt, InkTrailStyle style);
readonly attribute Element? presentationArea;
readonly attribute unsigned long expectedImprovement;
};