diff options
Diffstat (limited to 'webkit/gpu/webgraphicscontext3d_in_process_impl.cc')
-rw-r--r-- | webkit/gpu/webgraphicscontext3d_in_process_impl.cc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/webkit/gpu/webgraphicscontext3d_in_process_impl.cc b/webkit/gpu/webgraphicscontext3d_in_process_impl.cc index 663fcbf..b5d0a65 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( |