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

Side by Side Diff: LayoutTests/platform/linux/compositing/repaint/should-not-clip-composited-overflow-scrolling-layer-expected.txt

Issue 701873002: Revert "Don't invalidate scrolling container layer when scrolling contents need invalidation" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "children": [ 8 "children": [
9 { 9 {
10 "position": [8, 8], 10 "position": [8, 8],
11 "bounds": [500, 500], 11 "bounds": [500, 500],
12 "drawsContent": true, 12 "drawsContent": true,
13 "repaintRects": [
14 [0, 20, 821, 19],
15 [0, 0, 5000, 5000],
16 [0, 0, 801, 19],
17 [-2000, -1980, 821, 19],
18 [-2000, -2000, 5000, 5000],
19 [-2000, -2000, 801, 19]
20 ],
13 "children": [ 21 "children": [
14 { 22 {
15 "bounds": [485, 485], 23 "bounds": [485, 485],
16 "children": [ 24 "children": [
17 { 25 {
18 "bounds": [5000, 5000], 26 "bounds": [5000, 5000],
19 "shouldFlattenTransform": false, 27 "shouldFlattenTransform": false,
20 "drawsContent": true, 28 "drawsContent": true,
21 "repaintRects": [ 29 "repaintRects": [
22 [2000, 2020, 821, 19], 30 [2000, 2020, 821, 19],
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 } 67 }
60 ] 68 ]
61 } 69 }
62 ] 70 ]
63 } 71 }
64 ] 72 ]
65 } 73 }
66 ] 74 ]
67 } 75 }
68 76
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698