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

Side by Side Diff: LayoutTests/platform/mac-snowleopard/paint/invalidation/invalidate-after-composited-scroll-expected.txt

Issue 1289383002: Auto-rebaseline for r200567 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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 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": [300, 300], 10 "position": [300, 300],
(...skipping 26 matching lines...) Expand all
37 } 37 }
38 ] 38 ]
39 }, 39 },
40 { 40 {
41 "children": [ 41 "children": [
42 { 42 {
43 "position": [185, 0], 43 "position": [185, 0],
44 "bounds": [15, 200], 44 "bounds": [15, 200],
45 "drawsContent": true, 45 "drawsContent": true,
46 "repaintRects": [ 46 "repaintRects": [
47 [0, 0, 15, 200],
48 [0, 0, 15, 200],
47 [0, 0, 15, 200] 49 [0, 0, 15, 200]
48 ], 50 ],
49 "paintInvalidationClients": [ 51 "paintInvalidationClients": [
52 "##ALL##",
53 "##ALL##",
50 "##ALL##" 54 "##ALL##"
51 ] 55 ]
52 } 56 }
53 ] 57 ]
54 } 58 }
55 ] 59 ]
56 } 60 }
57 ] 61 ]
58 } 62 }
59 ] 63 ]
60 } 64 }
61 65
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698