blob: b5286f906aa807d27ed50a13cc64c56be4c59ad6 [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.
[
Constructor()
] interface PictureRecorder {
readonly attribute boolean isRecording;
Picture endRecording();
Drawable endRecordingAsDrawable();
};