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