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

Unified Diff: content/renderer/webgraphicscontext3d_command_buffer_impl.h

Issue 7056020: Make WebGraphics3DCommandBufferImpl use GLES2Implemenation directly. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix typo Created 9 years, 7 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/webgraphicscontext3d_command_buffer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/webgraphicscontext3d_command_buffer_impl.h
diff --git a/content/renderer/webgraphicscontext3d_command_buffer_impl.h b/content/renderer/webgraphicscontext3d_command_buffer_impl.h
index 82441c3839fb6c354eab25752e25c7df7251e4b3..9f6aa25cfa8d31524f32893ce5d0696e8868b49a 100644
--- a/content/renderer/webgraphicscontext3d_command_buffer_impl.h
+++ b/content/renderer/webgraphicscontext3d_command_buffer_impl.h
@@ -438,6 +438,9 @@ class WebGraphicsContext3DCommandBufferImpl
// The context we use for OpenGL rendering.
RendererGLContext* context_;
+ // The GLES2Implementation we use for OpenGL rendering.
+ gpu::gles2::GLES2Implementation* gl_;
+
// If rendering directly to WebView, weak pointer to it.
WebKit::WebView* web_view_;
#if defined(OS_MACOSX)
« no previous file with comments | « no previous file | content/renderer/webgraphicscontext3d_command_buffer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698