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

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

Issue 1351743002: Avoid scrollbar construction/destruction thrashing during flex layout. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Add ScrollbarManager Created 5 years, 3 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
« no previous file with comments | « no previous file | Source/core/paint/DeprecatedPaintLayerScrollableArea.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/repaint/destroy-scrollbar-expected.txt
diff --git a/LayoutTests/fast/repaint/destroy-scrollbar-expected.txt b/LayoutTests/fast/repaint/destroy-scrollbar-expected.txt
index 9ae8990a9dc199a1a276ca48482dfc5e7443bc3c..b58159126f84ae16c8bb1469add62a409c08c0be 100644
--- a/LayoutTests/fast/repaint/destroy-scrollbar-expected.txt
+++ b/LayoutTests/fast/repaint/destroy-scrollbar-expected.txt
@@ -9,8 +9,8 @@
[185, 100, 15, 200]
],
"paintInvalidationClients": [
- "VerticalScrollbar",
- "LayoutBlockFlow (positioned) DIV"
+ "LayoutBlockFlow (positioned) DIV",
+ "VerticalScrollbar"
]
}
]
« no previous file with comments | « no previous file | Source/core/paint/DeprecatedPaintLayerScrollableArea.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698