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

Unified Diff: content/common/gpu/client/webgraphicscontext3d_command_buffer_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: Created 8 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
Index: content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
diff --git a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
index 8e8b649eec03bef5c0bb6e29d39b1015256bd309..0c79874a8b37d6e26a04284f19b40677ef0089ff 100644
--- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
+++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
@@ -562,6 +562,8 @@ class WebGraphicsContext3DCommandBufferImpl
WebGLId dest_id, WGC3Dint level,
WGC3Denum internal_format);
+ virtual void texImagePixmap2DCHROMIUM(WGC3Denum target, WGC3Duint pixmapId);
+
protected:
virtual GrGLInterface* onCreateGrGLInterface();

Powered by Google App Engine
This is Rietveld 408576698