chromium/third_party/blink/renderer/core/events/overscroll_event_init.idl

// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// TODO(crbug.com/907601): Add link to w3c.

dictionary OverscrollEventInit : EventInit {
  double deltaX = 0.0;
  double deltaY = 0.0;
};