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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/overflow-hidden-yet-scrolled-with-custom-scrollbar-expected.txt

Issue 2605543002: Replace adjustment of previous visual rects on scroll with normal paint invalidation (Closed)
Patch Set: Remove unused parameters Created 3 years, 11 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/FrameView.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true 7 "drawsContent": true
8 }, 8 },
9 { 9 {
10 "name": "LayoutBlockFlow DIV id='scroller'", 10 "name": "LayoutBlockFlow DIV id='scroller'",
(...skipping 12 matching lines...) Expand all
23 "rect": [1, 1, 300, 600], 23 "rect": [1, 1, 300, 600],
24 "reason": "subtree" 24 "reason": "subtree"
25 }, 25 },
26 { 26 {
27 "object": "LayoutBlockFlow DIV", 27 "object": "LayoutBlockFlow DIV",
28 "rect": [1, -399, 300, 600], 28 "rect": [1, -399, 300, 600],
29 "reason": "subtree" 29 "reason": "subtree"
30 }, 30 },
31 { 31 {
32 "object": "LayoutBlockFlow DIV id='target'", 32 "object": "LayoutBlockFlow DIV id='target'",
33 "rect": [1, 601, 100, 100],
34 "reason": "subtree"
35 },
36 {
37 "object": "LayoutBlockFlow DIV id='target'",
33 "rect": [1, 201, 100, 100], 38 "rect": [1, 201, 100, 100],
34 "reason": "subtree" 39 "reason": "subtree"
35 }, 40 },
36 { 41 {
37 "object": "LayoutBlockFlow DIV id='target'", 42 "object": "LayoutBlockFlow DIV id='target'",
38 "rect": [1, 689, 88, 12], 43 "rect": [1, 689, 88, 12],
39 "reason": "scroll" 44 "reason": "scroll"
40 }, 45 },
41 { 46 {
42 "object": "LayoutBlockFlow DIV id='target'", 47 "object": "LayoutBlockFlow DIV id='target'",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 "object": "VerticalScrollbar", 96 "object": "VerticalScrollbar",
92 "reason": "scroll" 97 "reason": "scroll"
93 }, 98 },
94 { 99 {
95 "object": "LayoutScrollbarPart (anonymous)", 100 "object": "LayoutScrollbarPart (anonymous)",
96 "reason": "scroll" 101 "reason": "scroll"
97 } 102 }
98 ] 103 ]
99 } 104 }
100 105
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/FrameView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698