| Index: content/renderer/gpu/renderer_gl_context.h
|
| ===================================================================
|
| --- content/renderer/gpu/renderer_gl_context.h (revision 99636)
|
| +++ content/renderer/gpu/renderer_gl_context.h (working copy)
|
| @@ -199,6 +199,10 @@
|
| gpu::gles2::GLES2Implementation* gles2_implementation_;
|
| Error last_error_;
|
| int frame_number_;
|
| +#ifndef NDEBUG
|
| + // Used to assert that this object is used on a single thread.
|
| + MessageLoop* message_loop_;
|
| +#endif
|
|
|
| DISALLOW_COPY_AND_ASSIGN(RendererGLContext);
|
| };
|
|
|