| Index: third_party/WebKit/Source/core/frame/FrameView.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.cpp b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| index b6c042fcd211d3e90e106e784d975c36212109a2..fe799000554f706c7a2e150748000ad7f6f87733 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -835,8 +835,7 @@ void FrameView::recalcOverflowAfterStyleChange() {
|
| return;
|
|
|
| // If the visualViewport supplies scrollbars, we won't get a paint
|
| - // invalidation from computeScrollbarExistence so we need to force one
|
| - // TODO(bokan): We should avoid computeScrollbarExistence otherwise.
|
| + // invalidation from computeScrollbarExistence so we need to force one.
|
| if (visualViewportSuppliesScrollbars())
|
| layoutViewItem.setMayNeedPaintInvalidation();
|
|
|
|
|