Revert of Fix sandbox target in Windows GN build and enable it. (patchset #1 id:1...
[chromium-blink-merge.git] / mojo / services / public / interfaces / surfaces / surface_id.mojom
blobeb40242c50566ee607ce1893e34ea399ef0b8b3e
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 module mojo;
7 struct SurfaceId {
8   uint64 id;
9 };