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

Unified Diff: webkit/gpu/webgraphicscontext3d_in_process_impl.h

Issue 7021014: GLContext no longer holds a pointer to a GLSurface. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' 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
Index: webkit/gpu/webgraphicscontext3d_in_process_impl.h
===================================================================
--- webkit/gpu/webgraphicscontext3d_in_process_impl.h (revision 86168)
+++ webkit/gpu/webgraphicscontext3d_in_process_impl.h (working copy)
@@ -19,6 +19,7 @@
#endif
namespace gfx {
class GLContext;
+class GLSurface;
}
using WebKit::WGC3Dchar;
@@ -468,6 +469,7 @@
std::set<WGC3Denum> synthetic_errors_set_;
scoped_ptr<gfx::GLContext> gl_context_;
+ scoped_ptr<gfx::GLSurface> gl_surface_;
ShaderSourceMap shader_source_map_;

Powered by Google App Engine
This is Rietveld 408576698