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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/destroy-scrollbar-expected.txt

Issue 1471453002: Force full invalidation after layoutScope.setNeedsLayout() in PaintLayerScrollableArea::finalizeScr… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added a TODO Created 5 years, 1 month 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/repaint/destroy-scrollbar-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/destroy-scrollbar-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/destroy-scrollbar-expected.txt
index 9ae8990a9dc199a1a276ca48482dfc5e7443bc3c..011d03cfbc2542ce2f5c2d9e02d6e21f36d5834e 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/destroy-scrollbar-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/repaint/destroy-scrollbar-expected.txt
@@ -6,10 +6,12 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [185, 100, 15, 200]
+ [185, 100, 15, 200],
+ [0, 100, 200, 200]
],
"paintInvalidationClients": [
"VerticalScrollbar",
+ "LayoutBlockFlow (positioned) DIV",
"LayoutBlockFlow (positioned) DIV"
]
}
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698