| Index: webkit/common/gpu/webgraphicscontext3d_impl.h
|
| diff --git a/webkit/common/gpu/webgraphicscontext3d_impl.h b/webkit/common/gpu/webgraphicscontext3d_impl.h
|
| index ccc9046e2e4544e542d264eec447304499f36318..4a728155800f52e5ee3a25ff1a30a16b44f53d76 100644
|
| --- a/webkit/common/gpu/webgraphicscontext3d_impl.h
|
| +++ b/webkit/common/gpu/webgraphicscontext3d_impl.h
|
| @@ -474,8 +474,12 @@ class WEBKIT_GPU_EXPORT WebGraphicsContext3DImpl
|
| virtual void genMailboxCHROMIUM(WGC3Dbyte* mailbox);
|
| virtual void produceTextureCHROMIUM(WGC3Denum target,
|
| const WGC3Dbyte* mailbox);
|
| + virtual void produceTextureDirectCHROMIUM(WebGLId texture, WGC3Denum target,
|
| + const WGC3Dbyte* mailbox);
|
| virtual void consumeTextureCHROMIUM(WGC3Denum target,
|
| const WGC3Dbyte* mailbox);
|
| + virtual WebGLId createAndConsumeTextureCHROMIUM(WGC3Denum target,
|
| + const WGC3Dbyte* mailbox);
|
|
|
| virtual void insertEventMarkerEXT(const WGC3Dchar* marker);
|
| virtual void pushGroupMarkerEXT(const WGC3Dchar* marker);
|
|
|