Chromium Code Reviews| Index: cc/ipc/texture_mailbox_releaser.mojom |
| diff --git a/cc/ipc/texture_mailbox_releaser.mojom b/cc/ipc/texture_mailbox_releaser.mojom |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..b40356abbe7bdc26eb6de5f2da6e6281e633122b |
| --- /dev/null |
| +++ b/cc/ipc/texture_mailbox_releaser.mojom |
| @@ -0,0 +1,11 @@ |
| +// Copyright 2017 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 cc.mojom; |
| + |
| +import "gpu/ipc/common/sync_token.mojom"; |
| + |
| +interface TextureMailboxReleaser { |
|
dcheng
2017/02/10 18:50:21
Btw, this interface (and the method too perhaps?)
Saman Sami
2017/02/10 19:10:07
Done.
|
| + Release(gpu.mojom.SyncToken sync_token, bool is_lost); |
| +}; |