Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(438)

Unified Diff: content/renderer/gpu/renderer_gl_context.h

Issue 7745042: Revert 98392 - Split WebGraphicsContext3DCommandBufferImpl::initialize() into two stages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/renderer/gpu/renderer_gl_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/gpu/renderer_gl_context.h
===================================================================
--- content/renderer/gpu/renderer_gl_context.h (revision 98394)
+++ content/renderer/gpu/renderer_gl_context.h (working copy)
@@ -201,10 +201,6 @@
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);
};
« no previous file with comments | « no previous file | content/renderer/gpu/renderer_gl_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698