Index: cc/trees/layer_tree_impl.h |
diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h |
index bf4ccf59c2880bcc76e0b38a0dd95d3f89eda686..e62acc5ff835e1320f7c442b88483dbe59348ab0 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. |
// --------------------------------------------------------------------------- |