| Index: ui/compositor/layer.cc
|
| diff --git a/ui/compositor/layer.cc b/ui/compositor/layer.cc
|
| index 17ab8993305a0c0c5b0c49879f7185ba785ce29d..8d9cb64ad1e167958b4eea316d1149b84f73315d 100644
|
| --- a/ui/compositor/layer.cc
|
| +++ b/ui/compositor/layer.cc
|
| @@ -953,7 +953,6 @@ void Layer::RecomputeDrawsContentAndUVRect() {
|
| texture_layer_->SetUV(uv_top_left, uv_bottom_right);
|
| } else if (delegated_renderer_layer_.get()) {
|
| size.SetToMin(frame_size_in_dip_);
|
| - delegated_renderer_layer_->SetDisplaySize(frame_size_in_dip_);
|
| }
|
| cc_layer_->SetBounds(size);
|
| }
|
|
|