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

Unified Diff: gpu/ipc/gpu_command_buffer_traits_multi.h

Issue 1126173003: Fix Get* calls in GPU Command buffer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tex
Patch Set: Created 5 years, 7 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/gpu_command_buffer_traits_multi.h
diff --git a/gpu/ipc/gpu_command_buffer_traits_multi.h b/gpu/ipc/gpu_command_buffer_traits_multi.h
index ed6ba3a42321b122c0c1258c2b70490c04deb448..98e4233612a13711de8bb1e03163d6b8520c2ec9 100644
--- a/gpu/ipc/gpu_command_buffer_traits_multi.h
+++ b/gpu/ipc/gpu_command_buffer_traits_multi.h
@@ -59,6 +59,7 @@ IPC_STRUCT_TRAITS_BEGIN(gpu::Capabilities)
IPC_STRUCT_TRAITS_MEMBER(max_program_texel_offset)
IPC_STRUCT_TRAITS_MEMBER(max_samples)
IPC_STRUCT_TRAITS_MEMBER(max_server_wait_timeout)
+ IPC_STRUCT_TRAITS_MEMBER(max_texture_lod_bias)
IPC_STRUCT_TRAITS_MEMBER(max_transform_feedback_interleaved_components)
IPC_STRUCT_TRAITS_MEMBER(max_transform_feedback_separate_attribs)
IPC_STRUCT_TRAITS_MEMBER(max_transform_feedback_separate_components)

Powered by Google App Engine
This is Rietveld 408576698