Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Unified Diff: third_party/WebKit/Source/core/frame/FrameView.cpp

Issue 2713773003: Add test for paint underinvalidation fix with animated transform overflow. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 333d17dea30e5a45a176685a846d9fb2bab5e21e..e20993a6548a41c1782c27cea5084c27f6d933ad 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.cpp
+++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
@@ -833,8 +833,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();
« no previous file with comments | « no previous file | third_party/WebKit/Source/web/BUILD.gn » ('j') | third_party/WebKit/Source/web/tests/PaintInvalidationTest.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698