| Index: content/browser/renderer_host/compositor_impl_android.cc
|
| diff --git a/content/browser/renderer_host/compositor_impl_android.cc b/content/browser/renderer_host/compositor_impl_android.cc
|
| index 086b8b2a0c4bc82b7d961adeb210cb1357498733..94ab1393c847f00e27463f931fdf3503a3250741 100644
|
| --- a/content/browser/renderer_host/compositor_impl_android.cc
|
| +++ b/content/browser/renderer_host/compositor_impl_android.cc
|
| @@ -358,7 +358,8 @@ bool CompositorImpl::CopyTextureToBitmap(WebKit::WebGLId texture_id,
|
| return true;
|
| }
|
|
|
| -scoped_ptr<cc::OutputSurface> CompositorImpl::CreateOutputSurface() {
|
| +scoped_ptr<cc::OutputSurface> CompositorImpl::CreateOutputSurface(
|
| + bool fallback) {
|
| WebKit::WebGraphicsContext3D::Attributes attrs;
|
| attrs.shareResources = true;
|
| attrs.noAutomaticFlushes = true;
|
|
|