| 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 14c057791f9da05b698708e315b81d0e13c794db..3cdeb0147a2551b890c49fb5498be1bdb77ac10b 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation.h
|
| @@ -817,7 +817,9 @@
|
|
|
| base::Callback<void(const char*, int32_t)> error_message_callback_;
|
| base::Closure lost_context_callback_;
|
| - bool lost_context_callback_run_ = false;
|
| +#if DCHECK_IS_ON()
|
| + bool lost_context_ = false;
|
| +#endif
|
|
|
| int current_trace_stack_;
|
|
|
|
|