Index: cc/layers/picture_layer.cc |
diff --git a/cc/layers/picture_layer.cc b/cc/layers/picture_layer.cc |
index 61dce741949192a0699c82a2817404f720350eb6..5d5457456f06642c8d173658ef15e58c9a05b841 100644 |
--- a/cc/layers/picture_layer.cc |
+++ b/cc/layers/picture_layer.cc |
@@ -116,7 +116,7 @@ bool PictureLayer::Update(ResourceUpdateQueue* queue, |
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()); |