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

Unified Diff: content/common/gpu/client/context_provider_command_buffer.h

Issue 780653007: Added GL_CHROMIUM_trace_marker feature as well as gpu_toplevel markers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed render host for android tracing Created 6 years 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/client/context_provider_command_buffer.h
diff --git a/content/common/gpu/client/context_provider_command_buffer.h b/content/common/gpu/client/context_provider_command_buffer.h
index 39c7fefc083ead86881012fb5309846076a607ae..2c7ec349d2993a90525a44359c278e9ff20f814d 100644
--- a/content/common/gpu/client/context_provider_command_buffer.h
+++ b/content/common/gpu/client/context_provider_command_buffer.h
@@ -64,6 +64,9 @@ class CONTENT_EXPORT ContextProviderCommandBuffer
private:
void InitializeCapabilities();
+ // Whether gpu_toplevel category is enabled.
+ const unsigned char* gpu_trace_top_level_category_;
+
base::ThreadChecker main_thread_checker_;
base::ThreadChecker context_thread_checker_;

Powered by Google App Engine
This is Rietveld 408576698