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

Unified Diff: gpu/command_buffer/client/gles2_implementation.h

Issue 776603003: Changed the GPU Tracer so the category names can be customized. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disable gpu_decoder and gpu_group_marker by default 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: gpu/command_buffer/client/gles2_implementation.h
diff --git a/gpu/command_buffer/client/gles2_implementation.h b/gpu/command_buffer/client/gles2_implementation.h
index 77b8a87abf0d4c11d49a4077e35775849d6ffd3b..d2fa904e7c0b910b326ca0509dbdce2e6e63589e 100644
--- a/gpu/command_buffer/client/gles2_implementation.h
+++ b/gpu/command_buffer/client/gles2_implementation.h
@@ -711,6 +711,7 @@ class GLES2_IMPL_EXPORT GLES2Implementation
GLES2ImplementationErrorMessageCallback* error_message_callback_;
+ scoped_ptr<std::string> current_trace_category_;
scoped_ptr<std::string> current_trace_name_;
GpuControl* gpu_control_;

Powered by Google App Engine
This is Rietveld 408576698