| 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 df6e014063c005dfd06ccd331fe73416a50d324a..e4730068cf778e5f9abb7da03ed440eb5c45d175 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation.h
|
| @@ -717,6 +717,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_;
|
|
|