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

Unified Diff: webkit/common/gpu/context_provider_in_process.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: webkit/common/gpu/context_provider_in_process.h
diff --git a/webkit/common/gpu/context_provider_in_process.h b/webkit/common/gpu/context_provider_in_process.h
index a4b732efe5899d9ec09a00a66a5fe76ed5a948c0..2453a6c4c5ede5963122e283673561fea103553b 100644
--- a/webkit/common/gpu/context_provider_in_process.h
+++ b/webkit/common/gpu/context_provider_in_process.h
@@ -58,6 +58,9 @@ class WEBKIT_GPU_EXPORT ContextProviderInProcess
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