Index: cc/trees/layer_tree_impl.h |
diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h |
index c671e31b83b5776ca25afe362111794f77d0e9fe..3ca1eb2ed9df9087f1ded1e4b1f690cc02baefab 100644 |
--- a/cc/trees/layer_tree_impl.h |
+++ b/cc/trees/layer_tree_impl.h |
@@ -118,6 +118,8 @@ class CC_EXPORT LayerTreeImpl { |
AnimationHost* animation_host() const { |
return layer_tree_host_impl_->animation_host(); |
} |
+ void SetFixedRasterScaleHasBlurryContent(); |
+ void SetFixedRasterScaleAttemptedToChangeScale(); |
// Tree specific methods exposed to layer-impl tree. |
// --------------------------------------------------------------------------- |