Sign in
mojo
/
mojo-tools
/
dcc2f22a40eb6070ba79b322f8db3a2a7cc1bb22
/
.
/
mojo
/
services
/
surfaces
/
public
/
interfaces
/
surface_id.mojom
blob: eb40242c50566ee607ce1893e34ea399ef0b8b3e [
file
]
// 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
;
};