summaryrefslogtreecommitdiffstats
path: root/ui/compositor
diff options
context:
space:
mode:
Diffstat (limited to 'ui/compositor')
-rw-r--r--ui/compositor/layer.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/compositor/layer.cc b/ui/compositor/layer.cc
index 150e1ef..c176742 100644
--- a/ui/compositor/layer.cc
+++ b/ui/compositor/layer.cc
@@ -958,7 +958,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);
}