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 2dc28a9e2e9a2daa60c97d6a146cac3603cde4ea..7124c7306b785a7a15dab0349b712e5d0e967402 100644 |
--- a/gpu/command_buffer/client/gles2_implementation.h |
+++ b/gpu/command_buffer/client/gles2_implementation.h |
@@ -591,6 +591,8 @@ class GLES2_IMPL_EXPORT GLES2Implementation : public GLES2Interface { |
ErrorMessageCallback* error_message_callback_; |
+ scoped_ptr<std::string> current_trace_name_; |
+ |
DISALLOW_COPY_AND_ASSIGN(GLES2Implementation); |
}; |