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

Unified Diff: app/gfx/gl/gl_context.h

Issue 2134006: Added EGL based GLContext.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 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 | « app/gfx/gl/gl_bindings.h ('k') | app/gfx/gl/gl_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/gfx/gl/gl_context.h
===================================================================
--- app/gfx/gl/gl_context.h (revision 49195)
+++ app/gfx/gl/gl_context.h (working copy)
@@ -12,8 +12,6 @@
namespace gfx {
-bool InitializeGLEW();
-
// Encapsulates an OpenGL context, hiding platform specific management.
class GLContext {
public:
@@ -50,7 +48,7 @@
// Create a GL context used for offscreen rendering. It is initially backed by
// a 1x1 pbuffer. Use it to create an FBO to do useful rendering.
- static GLContext* CreateOffscreenGLContext(void* shared_handle);
+ static GLContext* CreateOffscreenGLContext(GLContext* shared_context);
protected:
bool InitializeCommon();
« no previous file with comments | « app/gfx/gl/gl_bindings.h ('k') | app/gfx/gl/gl_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698