| Index: cc/layers/picture_layer.cc
|
| ===================================================================
|
| --- cc/layers/picture_layer.cc (revision 283005)
|
| +++ cc/layers/picture_layer.cc (working copy)
|
| @@ -116,7 +116,7 @@
|
| pending_invalidation_.Swap(&pile_invalidation_);
|
| pending_invalidation_.Clear();
|
|
|
| - if (layer_tree_host()->settings().using_synchronous_renderer_compositor) {
|
| + if (layer_tree_host()->settings().record_full_layer) {
|
| // Workaround for http://crbug.com/235910 - to retain backwards compat
|
| // the full page content must always be provided in the picture layer.
|
| visible_layer_rect = gfx::Rect(bounds());
|
|
|