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