Index: content/common/native_types.typemap |
diff --git a/content/common/native_types.typemap b/content/common/native_types.typemap |
index 94b82365fe688754c9de215180a5bf951ea2dc28..ad8a54687371cfe4e92d29dc2cb8dd52ce79ac13 100644 |
--- a/content/common/native_types.typemap |
+++ b/content/common/native_types.typemap |
@@ -4,6 +4,7 @@ |
mojom = "//content/common/native_types.mojom" |
public_headers = [ |
+ "//content/common/frame_owner_properties.h", |
"//content/common/frame_replication_state.h", |
"//content/common/resize_params.h", |
"//content/public/common/renderer_preferences.h", |
@@ -33,6 +34,7 @@ public_deps = [ |
"//url/ipc:url_ipc", |
] |
type_mappings = [ |
+ "content.mojom.FrameOwnerProperties=content::FrameOwnerProperties", |
"content.mojom.FrameReplicationState=content::FrameReplicationState", |
"content.mojom.RendererPreferences=content::RendererPreferences", |
"content.mojom.ResizeParams=content::ResizeParams", |