summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/video_rvfc/video_frame_request_callback.idl
blob: 58f324d69a423a7ed1eb1edb4578797f70694bb8 (plain)
1
2
3
4
5
6
7
8
// Copyright 2019 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.

// See https://wicg.github.io/video-raf/.

[RuntimeEnabled=VideoRequestAnimationFrame]
callback VideoFrameRequestCallback = void(DOMHighResTimeStamp time, VideoFrameMetadata metadata);