Sign in
mojo
/
mojo-tools
/
fe22903d2976705959db15301b03eaa03c74e706
/
.
/
mojo
/
services
/
surfaces
/
public
/
interfaces
/
surface_id.mojom
blob: eb40242c50566ee607ce1893e34ea399ef0b8b3e [
file
] [
log
] [
blame
]
// Copyright 2014 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
mojo
;
struct
SurfaceId
{
uint64 id
;
};