blob: 0736e9285923f21fad70e11af9d3bdbc14ea7d19 [file] [log] [blame]
// Copyright 2018 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.
module ui.mojom;
// Browser process interface that enables the GPU process to present to Scenic.
interface ScenicGpuHost {
// Exports the surface's parent node in the scene graph using |export_token|.
ExportParent(int32 surface_handle, handle export_token);
};