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

Unified Diff: content/common/gpu_host_messages.h

Issue 2472703003: Load the GL_KHR_debug entry points and log messages they produce. (Closed)
Patch Set: Update window system string Created 4 years, 1 month 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 | « no previous file | content/public/browser/gpu_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu_host_messages.h
diff --git a/content/common/gpu_host_messages.h b/content/common/gpu_host_messages.h
index b38c8ac311d7e79a1ec659e6984eab512647bd66..58515c9e93c2ab677bd0edc0b5eb755f5b1102a2 100644
--- a/content/common/gpu_host_messages.h
+++ b/content/common/gpu_host_messages.h
@@ -85,6 +85,7 @@ IPC_STRUCT_TRAITS_BEGIN(gpu::GpuPreferences)
IPC_STRUCT_TRAITS_MEMBER(enable_gpu_command_logging)
IPC_STRUCT_TRAITS_MEMBER(enable_gpu_debugging)
IPC_STRUCT_TRAITS_MEMBER(enable_gpu_service_logging_gpu)
+ IPC_STRUCT_TRAITS_MEMBER(enable_gpu_driver_debug_logging)
IPC_STRUCT_TRAITS_MEMBER(disable_gpu_program_cache)
IPC_STRUCT_TRAITS_MEMBER(enforce_gl_minimums)
IPC_STRUCT_TRAITS_MEMBER(force_gpu_mem_available)
« no previous file with comments | « no previous file | content/public/browser/gpu_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698