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

Unified Diff: gpu/ipc/common/gpu_param_traits_macros.h

Issue 2086363004: mac: Finish plumbing for Pepper3D Image Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@temp98_native_gmb
Patch Set: nits. Created 4 years, 6 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: gpu/ipc/common/gpu_param_traits_macros.h
diff --git a/gpu/ipc/common/gpu_param_traits_macros.h b/gpu/ipc/common/gpu_param_traits_macros.h
index 0d7d1f94fd7e1a0ff1da0f8a3840a91b698d8274..49c64aa1de777d83dccb1667ca78f1ff19b8be96 100644
--- a/gpu/ipc/common/gpu_param_traits_macros.h
+++ b/gpu/ipc/common/gpu_param_traits_macros.h
@@ -127,6 +127,7 @@ IPC_STRUCT_TRAITS_BEGIN(gpu::gles2::ContextCreationAttribHelper)
IPC_STRUCT_TRAITS_MEMBER(fail_if_major_perf_caveat)
IPC_STRUCT_TRAITS_MEMBER(lose_context_when_out_of_memory)
IPC_STRUCT_TRAITS_MEMBER(context_type)
+ IPC_STRUCT_TRAITS_MEMBER(should_use_native_gmb_for_backbuffer)
IPC_STRUCT_TRAITS_END()

Powered by Google App Engine
This is Rietveld 408576698