| 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 2508bd7eed7b3a419efacc689a87cfa34aefadf1..9bad2f45abaa70eb85ace61afa13462e012df08e 100644
|
| --- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| +++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| @@ -443,6 +443,11 @@ class WebGraphicsContext3DCommandBufferImpl
|
|
|
| virtual void setVisibilityCHROMIUM(bool visible);
|
|
|
| + virtual void discardFramebufferEXT(WGC3Denum target,
|
| + WGC3Dsizei numAttachments,
|
| + const WGC3Denum* attachments);
|
| + virtual void ensureFramebufferCHROMIUM();
|
| +
|
| virtual void setMemoryAllocationChangedCallbackCHROMIUM(
|
| WebGraphicsMemoryAllocationChangedCallbackCHROMIUM* callback);
|
|
|
|
|