Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(542)

Side by Side Diff: third_party/WebKit/Source/modules/imagecapture/ImageCapture.idl

Issue 1890313002: MediaStream Image Capture (1): idl and wireframe .h/.cpp/LayoutTest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added TODO for the mentioned LayoutTests Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 // https://w3c.github.io/mediacapture-image/index.html
6
7 [
8 ActiveScriptWrappable,
9 ConstructorCallWith=ExecutionContext,
10 Constructor(MediaStreamTrack track),
11 RaisesException=Constructor,
12 RuntimeEnabled=ImageCapture,
13 ] interface ImageCapture {
14 readonly attribute MediaStreamTrack videoStreamTrack;
15
16 [CallWith=ScriptState, RaisesException] Promise<ImageBitmap> grabFrame();
17 };
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/imagecapture/ImageCapture.cpp ('k') | third_party/WebKit/Source/modules/modules.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698