diff options
Diffstat (limited to 'cc/layers/layer.cc')
-rw-r--r-- | cc/layers/layer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/layers/layer.cc b/cc/layers/layer.cc index b826fbb..045ea73 100644 --- a/cc/layers/layer.cc +++ b/cc/layers/layer.cc @@ -983,7 +983,7 @@ void Layer::PushPropertiesTo(LayerImpl* layer) { // update_rect here. The LayerImpl's update_rect needs to accumulate (i.e. // union) any update changes that have occurred on the main thread. update_rect_.Union(layer->update_rect()); - layer->set_update_rect(update_rect_); + layer->SetUpdateRect(update_rect_); layer->SetStackingOrderChanged(stacking_order_changed_); |