Chromium Code Reviews| Index: third_party/WebKit/Source/core/mojo/MojoDuplicateBufferHandleOptionsFlags.idl |
| diff --git a/third_party/WebKit/Source/core/mojo/MojoDuplicateBufferHandleOptionsFlags.idl b/third_party/WebKit/Source/core/mojo/MojoDuplicateBufferHandleOptionsFlags.idl |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9e59b4f0fbeef0e6e3fa5c139e58971d60985ea4 |
| --- /dev/null |
| +++ b/third_party/WebKit/Source/core/mojo/MojoDuplicateBufferHandleOptionsFlags.idl |
| @@ -0,0 +1,7 @@ |
| +// 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. |
| + |
| +dictionary MojoDuplicateBufferHandleOptionsFlags { |
|
jbroman
2017/03/02 20:50:47
nit: I'd just inline this into MojoDuplicateBuffer
alokp
2017/03/02 21:22:47
Done.
|
| + boolean readOnly = false; |
| +}; |