| 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 33ac3c70a763263d73ede87050801d9e5fda58e2..189bd030ebcdbae101342e9e5519cbcd85ad69ea 100644
|
| --- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| +++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| @@ -582,6 +582,10 @@ class WebGraphicsContext3DCommandBufferImpl
|
| virtual void consumeTextureCHROMIUM(WGC3Denum target,
|
| const WGC3Dbyte* mailbox);
|
|
|
| + virtual void insertEventMarkerEXT(const WGC3Dchar* marker);
|
| + virtual void pushGroupMarkerEXT(const WGC3Dchar* marker);
|
| + virtual void popGroupMarkerEXT();
|
| +
|
| protected:
|
| virtual GrGLInterface* onCreateGrGLInterface();
|
|
|
|
|