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

Unified Diff: chrome/renderer/webgraphicscontext3d_command_buffer_impl.h

Issue 3531008: Integrated Pepper3D v2 with the accelerated compositor.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month 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
Index: chrome/renderer/webgraphicscontext3d_command_buffer_impl.h
===================================================================
--- chrome/renderer/webgraphicscontext3d_command_buffer_impl.h (revision 65093)
+++ chrome/renderer/webgraphicscontext3d_command_buffer_impl.h (working copy)
@@ -368,6 +368,8 @@
virtual void copyTextureToCompositor(unsigned texture,
unsigned parent_texture);
+ ggl::Context* context() { return context_; }
+
private:
// The GGL context we use for OpenGL rendering.
ggl::Context* context_;

Powered by Google App Engine
This is Rietveld 408576698