| Index: content/common/gpu/gpu_host_messages.h
|
| diff --git a/content/common/gpu/gpu_host_messages.h b/content/common/gpu/gpu_host_messages.h
|
| index 860085aaabc2eceda505d8fc4552a085437a6ff7..7ba30f4362903bc381a8d4c07d6324c209a9a404 100644
|
| --- a/content/common/gpu/gpu_host_messages.h
|
| +++ b/content/common/gpu/gpu_host_messages.h
|
| @@ -105,16 +105,6 @@
|
| IPC_STRUCT_TRAITS_MEMBER(single_process)
|
| IPC_STRUCT_TRAITS_MEMBER(in_process_gpu)
|
| IPC_STRUCT_TRAITS_MEMBER(ui_prioritize_in_gpu_process)
|
| - IPC_STRUCT_TRAITS_MEMBER(disable_accelerated_video_decode)
|
| -#if defined(OS_CHROMEOS)
|
| - IPC_STRUCT_TRAITS_MEMBER(disable_vaapi_accelerated_video_encode)
|
| -#endif
|
| -#if defined(ENABLE_WEBRTC)
|
| - IPC_STRUCT_TRAITS_MEMBER(disable_web_rtc_hw_encoding)
|
| -#endif
|
| -#if defined(OS_WIN)
|
| - IPC_STRUCT_TRAITS_MEMBER(enable_accelerated_vpx_decode)
|
| -#endif
|
| IPC_STRUCT_TRAITS_MEMBER(compile_shader_always_succeeds)
|
| IPC_STRUCT_TRAITS_MEMBER(disable_gl_error_limit)
|
| IPC_STRUCT_TRAITS_MEMBER(disable_glsl_translator)
|
|
|