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

Unified Diff: webkit/gpu/webgraphicscontext3d_in_process_impl.h

Issue 7488069: Expose mapExternalTexture extension to WebGraphicsContext3D (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 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
diff --git a/webkit/gpu/webgraphicscontext3d_in_process_impl.h b/webkit/gpu/webgraphicscontext3d_in_process_impl.h
index 477809492c3e44f437e12421987b81597a5f32bf..c25564393f793a2a3b0e7f6f6d6b2328c96e4ff1 100644
--- a/webkit/gpu/webgraphicscontext3d_in_process_impl.h
+++ b/webkit/gpu/webgraphicscontext3d_in_process_impl.h
@@ -91,6 +91,9 @@ class WebGraphicsContext3DInProcessImpl : public WebGraphicsContext3D {
virtual void unmapTexSubImage2DCHROMIUM(const void*);
virtual void copyTextureToParentTextureCHROMIUM(
WebGLId texture, WebGLId parentTexture);
+ virtual void mapExternalTextureCHROMIUM(
+ WebGLId source_texture, WebGraphicsContext3D* source_context,
+ WebGLId destination_texture);
virtual void rateLimitOffscreenContextCHROMIUM() { }

Powered by Google App Engine
This is Rietveld 408576698