| Index: cc/trees/layer_tree_impl.cc
|
| diff --git a/cc/trees/layer_tree_impl.cc b/cc/trees/layer_tree_impl.cc
|
| index 74603d51fbc0f1016e5cc45cfd7ffa8a6b09b4a4..213658065e054d4e89e44d4fe866fed24e2472a5 100644
|
| --- a/cc/trees/layer_tree_impl.cc
|
| +++ b/cc/trees/layer_tree_impl.cc
|
| @@ -1935,6 +1935,14 @@ VideoFrameControllerClient* LayerTreeImpl::GetVideoFrameControllerClient()
|
| return layer_tree_host_impl_;
|
| }
|
|
|
| +void LayerTreeImpl::SetFixedRasterScaleHasBlurryContent() {
|
| + layer_tree_host_impl_->set_fixed_raster_scale_has_blurry_content();
|
| +}
|
| +
|
| +void LayerTreeImpl::SetFixedRasterScaleAttemptedToChangeScale() {
|
| + layer_tree_host_impl_->SetFixedRasterScaleAttemptedToChangeScale();
|
| +}
|
| +
|
| void LayerTreeImpl::SetPendingPageScaleAnimation(
|
| std::unique_ptr<PendingPageScaleAnimation> pending_animation) {
|
| pending_page_scale_animation_ = std::move(pending_animation);
|
|
|