| Index: webkit/common/gpu/webgraphicscontext3d_impl.h
|
| diff --git a/webkit/common/gpu/webgraphicscontext3d_impl.h b/webkit/common/gpu/webgraphicscontext3d_impl.h
|
| index ee3cb36086d665bd977ba8000c72f4664e200c4a..fa0ad2209fcb60edd23c0ed44401b68acf364d5d 100644
|
| --- a/webkit/common/gpu/webgraphicscontext3d_impl.h
|
| +++ b/webkit/common/gpu/webgraphicscontext3d_impl.h
|
| @@ -483,6 +483,10 @@ class WEBKIT_GPU_EXPORT WebGraphicsContext3DImpl
|
| virtual WebGLId createAndConsumeTextureCHROMIUM(WGC3Denum target,
|
| const WGC3Dbyte* mailbox);
|
|
|
| + virtual void subscribeUniformCHROMIUM(WGC3Dint location, WGC3Denum target);
|
| + virtual void unsubscribeUniformCHROMIUM(WGC3Dint location);
|
| + virtual void populateSubscribedUniformsCHROMIUM();
|
| +
|
| virtual void insertEventMarkerEXT(const WGC3Dchar* marker);
|
| virtual void pushGroupMarkerEXT(const WGC3Dchar* marker);
|
| virtual void popGroupMarkerEXT();
|
|
|