blob: ac305b8efe7f229ef391fcf1ff5e117ec5b9c680 [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(server="platform")
@available(deprecated=13, removed=14)
closed protocol Snapshot {
// TODO(https://fxbug.dev/42110460): Implement this interface for non-privileged clients.
};