| Index: ui/compositor/layer.cc
|
| diff --git a/ui/compositor/layer.cc b/ui/compositor/layer.cc
|
| index ac8ea89f4fea7c587904697addd9fcc21064b0e0..83409bb748fc9d82976b43678174cd4612f488be 100644
|
| --- a/ui/compositor/layer.cc
|
| +++ b/ui/compositor/layer.cc
|
| @@ -816,6 +816,8 @@ Layer::TakeDebugInfo(cc::Layer* layer) {
|
| return base::WrapUnique(new LayerDebugInfo(name_));
|
| }
|
|
|
| +void Layer::didUpdateMainThreadScrollingReasons() {}
|
| +
|
| void Layer::CollectAnimators(
|
| std::vector<scoped_refptr<LayerAnimator>>* animators) {
|
| if (animator_ && animator_->is_animating())
|
|
|