Index: webkit/gpu/webgraphicscontext3d_in_process_impl.h |
diff --git a/webkit/gpu/webgraphicscontext3d_in_process_impl.h b/webkit/gpu/webgraphicscontext3d_in_process_impl.h |
index bd36c99687d549c9c4a602ee28637d0e74c2d84e..7bfe9803c5e6562b88c78087f1d7c3255de2c1f3 100644 |
--- a/webkit/gpu/webgraphicscontext3d_in_process_impl.h |
+++ b/webkit/gpu/webgraphicscontext3d_in_process_impl.h |
@@ -117,7 +117,8 @@ class WEBKIT_GPU_EXPORT WebGraphicsContext3DInProcessImpl : |
virtual void discardFramebufferEXT(WGC3Denum target, |
WGC3Dsizei numAttachments, |
const WGC3Denum* attachments); |
- virtual void ensureFramebufferCHROMIUM(); |
+ virtual void discardBackbufferCHROMIUM(); |
+ virtual void ensureBackbufferCHROMIUM(); |
virtual void copyTextureToParentTextureCHROMIUM( |
WebGLId texture, WebGLId parentTexture); |