blob: 69c5fef3f1f6d57a5ba6ea05f991d1823fc2c21d [file] [log] [blame]
// Copyright 2015 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://www.w3.org/TR/mediacapture-fromelement/#the-canvascapturemediastream
[
RuntimeEnabled=MediaCaptureFromCanvas
] interface CanvasCaptureMediaStreamTrack : MediaStreamTrack {
readonly attribute HTMLCanvasElement canvas;
void requestFrame ();
};