| Index: cc/trees/layer_tree_host_impl.cc
|
| diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc
|
| index 7e20fe080a342be5857a7b0d4bdbfed802f25da4..505e13e49240889e8ba9f96947fd107e6cdebee9 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -768,9 +768,7 @@ bool LayerTreeHostImpl::CalculateRenderPasses(FrameData* frame) {
|
| it->render_target(),
|
| it->visible_content_rect(),
|
| it->draw_transform(),
|
| - impl_draw_transform_is_unknown,
|
| - it->is_clipped(),
|
| - it->clip_rect());
|
| + impl_draw_transform_is_unknown);
|
| if (!occluded && it->WillDraw(draw_mode, resource_provider_.get())) {
|
| DCHECK_EQ(active_tree_, it->layer_tree_impl());
|
|
|
|
|