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 81dd6b5e7d8ed1cac9f519eb55508ad3bb71c887..b88a8cdebca185fc7b95d8cdc8685e8238acdbf5 100644 |
--- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h |
+++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h |
@@ -516,7 +516,8 @@ class WebGraphicsContext3DCommandBufferImpl |
virtual void discardFramebufferEXT(WGC3Denum target, |
WGC3Dsizei numAttachments, |
const WGC3Denum* attachments); |
- virtual void ensureFramebufferCHROMIUM(); |
+ virtual void discardBackbufferCHROMIUM(); |
+ virtual void ensureBackbufferCHROMIUM(); |
virtual void setMemoryAllocationChangedCallbackCHROMIUM( |
WebGraphicsMemoryAllocationChangedCallbackCHROMIUM* callback); |