| Index: cc/trees/layer_tree_impl.cc
 | 
| diff --git a/cc/trees/layer_tree_impl.cc b/cc/trees/layer_tree_impl.cc
 | 
| index ced94adac3f6125466b6ab0125e60c6206802aed..1d20f2c4ec2707c5a61ceba074b2fd77dbade29a 100644
 | 
| --- a/cc/trees/layer_tree_impl.cc
 | 
| +++ b/cc/trees/layer_tree_impl.cc
 | 
| @@ -1952,6 +1952,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);
 | 
| 
 |