Chromium Code Reviews| Index: webkit/common/gpu/context_provider_in_process.cc |
| diff --git a/webkit/common/gpu/context_provider_in_process.cc b/webkit/common/gpu/context_provider_in_process.cc |
| index b02d961d70cf109cdf434197fe6dc7b86551df41..7dc088a12a19db17fdf7df7824fdc8e15e0f6a63 100644 |
| --- a/webkit/common/gpu/context_provider_in_process.cc |
| +++ b/webkit/common/gpu/context_provider_in_process.cc |
| @@ -54,7 +54,6 @@ ContextProviderInProcess::CreateOffscreen( |
| attributes.depth = false; |
| attributes.stencil = true; |
| attributes.antialias = false; |
| - attributes.shareResources = true; |
|
no sievers
2014/09/04 21:03:08
Let's see what the tests say about this and this c
|
| attributes.noAutomaticFlushes = true; |
| return Create( |