| Index: cc/trees/layer_tree_host_impl.h
|
| diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
|
| index b65b538ee72219b4a7ca48b2b0ef1fbfa42d7f0a..dd240ac089c687b54f80784db9a5b4f0ed825107 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -728,6 +728,8 @@ class CC_EXPORT LayerTreeHostImpl
|
| bool ScrollAnimationUpdateTarget(ScrollNode* scroll_node,
|
| const gfx::Vector2dF& scroll_delta);
|
|
|
| + void AdjustDuration(base::TimeDelta adjustment) override;
|
| +
|
| using UIResourceMap = std::unordered_map<UIResourceId, UIResourceData>;
|
| UIResourceMap ui_resource_map_;
|
|
|
|
|