| 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 c56e2220ccf8d355cb689b17b387d2d18d152c3a..5485a73a6d6456058514939e4988ff92420119e1 100644
|
| --- a/webkit/gpu/webgraphicscontext3d_in_process_impl.cc
|
| +++ b/webkit/gpu/webgraphicscontext3d_in_process_impl.cc
|
| @@ -594,6 +594,9 @@ void WebGraphicsContext3DInProcessImpl::ClearRenderTarget() {
|
| glDisable(GL_DITHER);
|
| }
|
|
|
| +void WebGraphicsContext3DInProcessImpl::setVisibility(bool visible) {
|
| +}
|
| +
|
| #ifdef FLIP_FRAMEBUFFER_VERTICALLY
|
| void WebGraphicsContext3DInProcessImpl::FlipVertically(
|
| unsigned char* framebuffer, unsigned int width, unsigned int height) {
|
|
|