Index: webkit/gpu/webgraphicscontext3d_in_process_impl.cc |
diff --git a/webkit/gpu/webgraphicscontext3d_in_process_impl.cc b/webkit/gpu/webgraphicscontext3d_in_process_impl.cc |
index 663fcbfaa1b80e60a2c1eaffdefb79357135687f..b5d0a6564f7caae2040103fc5c8ebe705f6e3c66 100644 |
--- a/webkit/gpu/webgraphicscontext3d_in_process_impl.cc |
+++ b/webkit/gpu/webgraphicscontext3d_in_process_impl.cc |
@@ -745,7 +745,10 @@ void WebGraphicsContext3DInProcessImpl::discardFramebufferEXT( |
WGC3Denum target, WGC3Dsizei numAttachments, const WGC3Denum* attachments) { |
} |
-void WebGraphicsContext3DInProcessImpl::ensureFramebufferCHROMIUM() { |
+void WebGraphicsContext3DInProcessImpl::discardBackbufferCHROMIUM() { |
+} |
+ |
+void WebGraphicsContext3DInProcessImpl::ensureBackbufferCHROMIUM() { |
} |
void WebGraphicsContext3DInProcessImpl::copyTextureToParentTextureCHROMIUM( |