| Index: content/common/native_types.mojom
|
| diff --git a/content/common/native_types.mojom b/content/common/native_types.mojom
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..76c8c3810d7a9c4299b2c6e5d9afdaecb7b055b2
|
| --- /dev/null
|
| +++ b/content/common/native_types.mojom
|
| @@ -0,0 +1,21 @@
|
| +// Copyright 2016 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 content.mojom;
|
| +
|
| +// This file is a collection of content types which rely on legacy IPC
|
| +// ParamTraits for serialization. All of these should eventually be converted to
|
| +// proper mojom definitions.
|
| +
|
| +[Native]
|
| +struct FrameReplicationState;
|
| +
|
| +[Native]
|
| +struct RendererPreferences;
|
| +
|
| +[Native]
|
| +struct ResizeParams;
|
| +
|
| +[Native]
|
| +struct WebPreferences;
|
|
|