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

Side by Side Diff: LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/updating-scrolling-container-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, 108], 10 "position": [8, 108],
11 "bounds": [210, 210], 11 "bounds": [210, 210],
12 "drawsContent": true, 12 "drawsContent": true,
13 "repaintRects": [ 13 "repaintRects": [
14 [0, 0, 210, 210] 14 [0, 0, 210, 210]
15 ], 15 ],
16 "children": [ 16 "children": [
17 { 17 {
18 "position": [5, 5], 18 "position": [5, 5],
19 "bounds": [185, 185], 19 "bounds": [185, 185],
20 "children": [ 20 "children": [
21 { 21 {
22 "bounds": [400, 400], 22 "bounds": [400, 400],
23 "shouldFlattenTransform": false, 23 "shouldFlattenTransform": false,
24 "drawsContent": true, 24 "drawsContent": true,
25 "repaintRects": [
26 [-5, -5, 210, 210]
27 ],
25 "children": [ 28 "children": [
26 { 29 {
27 "shouldFlattenTransform": false 30 "shouldFlattenTransform": false
28 } 31 }
29 ] 32 ]
30 } 33 }
31 ] 34 ]
32 }, 35 },
33 { 36 {
34 "children": [ 37 "children": [
(...skipping 14 matching lines...) Expand all
49 } 52 }
50 ] 53 ]
51 } 54 }
52 ] 55 ]
53 } 56 }
54 ] 57 ]
55 } 58 }
56 ] 59 ]
57 } 60 }
58 61
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698