blob: 1055ae98bcc82027446657063d1fb3b52ac1f159 [file] [log] [blame]
// Copyright 2018 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
library fuchsia.ui.scenic;
/// Defines an interface to take view snapshots.
@discoverable
@available(deprecated=13, removed=14)
closed protocol Snapshot {
// TODO(https://fxbug.dev/42110460): Implement this interface for non-privileged clients.
};