Index: cc/picture_layer.cc |
diff --git a/cc/picture_layer.cc b/cc/picture_layer.cc |
index 8c5bc91c721c91aa9527a3c379de6a3f83f9d231..348d952c043916d358edf41f0e827f6a0be26724 100644 |
--- a/cc/picture_layer.cc |
+++ b/cc/picture_layer.cc |
@@ -48,8 +48,10 @@ void PictureLayer::pushPropertiesTo(LayerImpl* base_layer) { |
void PictureLayer::setLayerTreeHost(LayerTreeHost* host) { |
Layer::setLayerTreeHost(host); |
- if (host) |
- pile_->SetMinContentsScale(host->settings().minimumContentsScale); |
+ if (host) { |
+ pile_->SetMinContentsScale(host->settings().minimumContentsScale); |
+ pile_->SetTileGridSize(host->settings().defaultTileSize); |
+ } |
} |
void PictureLayer::setNeedsDisplayRect(const gfx::RectF& layer_rect) { |