Chromium Code Reviews

Unified Diff: webkit/gpu/webgraphicscontext3d_in_process_impl.h

Issue 10543125: gpu: Add support for GLX_EXT_texture_from_pixmap extension. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove .gitmodules change. Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webkit/gpu/webgraphicscontext3d_in_process_impl.h
diff --git a/webkit/gpu/webgraphicscontext3d_in_process_impl.h b/webkit/gpu/webgraphicscontext3d_in_process_impl.h
index 1be900ebf27f57d92409667fb048435c71581e23..b1f10a91cd9554ae6d57d7a314978c5e87c3dfca 100644
--- a/webkit/gpu/webgraphicscontext3d_in_process_impl.h
+++ b/webkit/gpu/webgraphicscontext3d_in_process_impl.h
@@ -478,6 +478,8 @@ class WebGraphicsContext3DInProcessImpl : public WebGraphicsContext3D {
virtual void bindUniformLocationCHROMIUM(WebGLId program, WGC3Dint location,
const WGC3Dchar* uniform);
+ virtual void texImagePixmap2DCHROMIUM(WGC3Denum target, WGC3Duint pixmapId);
+
protected:
virtual GrGLInterface* onCreateGrGLInterface();

Powered by Google App Engine