blob: 8fb372404e8b67081fe0f9593a6556e53d3bc981 [file] [log] [blame]
// Copyright 2017 The Chromium Authors
// 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;
MojoHandle handle;
};