Commit f670a222 authored by Alexander Dunaev's avatar Alexander Dunaev Committed by Commit Bot

Added the missing IPC trait macro.

This is a trivial follow-up to the patch that had been landed in August
[1].  It turned out that the new parameter that had been introduced with
that patch had not been registered properly in the IPC parameter traits,
so its value is not transported properly.

[1] https://chromium-review.googlesource.com/c/chromium/src/+/2307234

Change-Id: Idd45ac735c4dd952d4e4a2587175ee6dd5246a4c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438498
Auto-Submit: Alexander Dunaev <adunaev@igalia.com>
Commit-Queue: Daniel Cheng <dcheng@chromium.org>
Reviewed-by: default avatarDaniel Cheng <dcheng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#812633}
parent f3b78c50
......@@ -140,6 +140,7 @@ IPC_STRUCT_TRAITS_BEGIN(blink::mojom::RendererPreferences)
IPC_STRUCT_TRAITS_MEMBER(caret_browsing_enabled)
#if defined(OS_LINUX) || defined(OS_CHROMEOS)
IPC_STRUCT_TRAITS_MEMBER(system_font_family_name)
IPC_STRUCT_TRAITS_MEMBER(selection_clipboard_buffer_available)
#endif
#if defined(OS_WIN)
IPC_STRUCT_TRAITS_MEMBER(caption_font_family_name)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment