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