Chromium Code Reviews| Index: third_party/WebKit/Source/core/mojo/MojoCreateSharedBufferResult.idl |
| diff --git a/third_party/WebKit/Source/core/mojo/MojoCreateSharedBufferResult.idl b/third_party/WebKit/Source/core/mojo/MojoCreateSharedBufferResult.idl |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..336eda2261554d52dc96c04875344c8f71cf8bb6 |
| --- /dev/null |
| +++ b/third_party/WebKit/Source/core/mojo/MojoCreateSharedBufferResult.idl |
| @@ -0,0 +1,8 @@ |
| +// 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 MojoCreateSharedBufferResult { |
| + required MojoResult result; |
|
yzshen1
2017/03/01 23:11:46
nit: I notice that in some files the indent is 4-s
alokp
2017/03/01 23:58:34
jbroman: What is the convention here? I remember r
alokp
2017/03/02 18:55:32
I found the page which specifies 4-space indents a
|
| + MojoHandle handle; |
| +}; |