Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(885)

Unified Diff: content/common/gpu/gpu_host_messages.h

Issue 1784193003: content gpu refactor: get rid of gpu related content switches. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 7ba30f4362903bc381a8d4c07d6324c209a9a404..860085aaabc2eceda505d8fc4552a085437a6ff7 100644
--- a/content/common/gpu/gpu_host_messages.h
+++ b/content/common/gpu/gpu_host_messages.h
@@ -105,6 +105,16 @@ IPC_STRUCT_TRAITS_BEGIN(gpu::GpuPreferences)
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)
« no previous file with comments | « no previous file | content/common/gpu/image_transport_surface_android.cc » ('j') | content/gpu/gpu_child_thread.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698