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

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

Issue 2586803003: Enable creation of offscreen contexts which own their backing surface. (Closed)
Patch Set: Rebase, update comment for alpha semantics Created 3 years, 11 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
« no previous file with comments | « gpu/command_buffer/service/service_utils.cc ('k') | gpu/ipc/service/gpu_command_buffer_stub.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/common/gpu_command_buffer_traits_multi.h
diff --git a/gpu/ipc/common/gpu_command_buffer_traits_multi.h b/gpu/ipc/common/gpu_command_buffer_traits_multi.h
index 90bb616378f6aad02af91d346ce3aeaf04854f91..c2081375e3703124d1e22d9c6e6ad614d2c87e87 100644
--- a/gpu/ipc/common/gpu_command_buffer_traits_multi.h
+++ b/gpu/ipc/common/gpu_command_buffer_traits_multi.h
@@ -145,4 +145,6 @@ IPC_STRUCT_TRAITS_BEGIN(gpu::gles2::ContextCreationAttribHelper)
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_MEMBER(own_offscreen_surface)
+ IPC_STRUCT_TRAITS_MEMBER(low_priority)
IPC_STRUCT_TRAITS_END()
« no previous file with comments | « gpu/command_buffer/service/service_utils.cc ('k') | gpu/ipc/service/gpu_command_buffer_stub.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698