| Index: third_party/WebKit/Source/platform/scroll/ScrollAnimator.cpp
|
| diff --git a/third_party/WebKit/Source/platform/scroll/ScrollAnimator.cpp b/third_party/WebKit/Source/platform/scroll/ScrollAnimator.cpp
|
| index 4c27d32c64841bdf536dca0f063704c8790c73af..c45311e5dc47eebd1ff1d39d9b51535ed75de384 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollAnimator.cpp
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollAnimator.cpp
|
| @@ -361,8 +361,6 @@ void ScrollAnimator::updateCompositorAnimations() {
|
| }
|
|
|
| void ScrollAnimator::addMainThreadScrollingReason() {
|
| - // TODO(yigu): Should update the frame tree to make sure
|
| - // the same reason is set for subframes. crbug.com/675677.
|
| if (WebLayer* scrollLayer =
|
| toWebLayer(getScrollableArea()->layerForScrolling())) {
|
| scrollLayer->addMainThreadScrollingReasons(
|
|
|