Chromium Code Reviews| Index: cc/trees/layer_tree_host.h |
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h |
| index 24a5ba4e4ab91cd60d40b57b6daac3aa635afd0e..10f04f7f343a3d5b7e8ba759d7bb4d1f4ef9f69c 100644 |
| --- a/cc/trees/layer_tree_host.h |
| +++ b/cc/trees/layer_tree_host.h |
| @@ -275,6 +275,7 @@ class CC_EXPORT LayerTreeHost : public MutatorHostClient { |
| bool use_anchor, |
| float scale, |
| base::TimeDelta duration); |
| + bool HasPendingPageScaleAnimation() const; |
|
esprehn
2016/05/18 18:49:17
you could probably do
bool has_pending_page_scale
|
| void ApplyScrollAndScale(ScrollAndScaleSet* info); |
| void SetImplTransform(const gfx::Transform& transform); |