| Index: gpu/command_buffer/service/context_group.h
|
| diff --git a/gpu/command_buffer/service/context_group.h b/gpu/command_buffer/service/context_group.h
|
| index 248fa193b07ea375591977b66ad647a23b411f92..f2e832f0fd51add020e914621d30528f8ea7965c 100644
|
| --- a/gpu/command_buffer/service/context_group.h
|
| +++ b/gpu/command_buffer/service/context_group.h
|
| @@ -166,7 +166,7 @@ class GPU_EXPORT ContextGroup : public base::RefCounted<ContextGroup> {
|
| uint32 GetMemRepresented() const;
|
|
|
| // Loses all the context associated with this group.
|
| - void LoseContexts(GLenum reset_status);
|
| + void LoseContexts(error::ContextLostReason reason);
|
|
|
| // EXT_draw_buffer related states for backbuffer.
|
| GLenum draw_buffer() const {
|
|
|