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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/4776765-expected.txt

Issue 2669003002: Optimize outline paint invalidation (Closed)
Patch Set: - Created 3 years, 10 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
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 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow DIV", 10 "object": "LayoutBlockFlow DIV",
11 "rect": [3, 37, 794, 64], 11 "rect": [3, 37, 794, 64],
12 "reason": "outline" 12 "reason": "border box change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow DIV id='div'", 15 "object": "LayoutBlockFlow DIV id='div'",
16 "rect": [8, 78, 784, 18], 16 "rect": [8, 78, 784, 18],
17 "reason": "layoutObject insertion" 17 "reason": "layoutObject insertion"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow DIV id='div'", 20 "object": "LayoutBlockFlow DIV id='div'",
21 "rect": [7, 77, 3, 20], 21 "rect": [7, 77, 3, 20],
22 "reason": "invalidate paint rectangle" 22 "reason": "invalidate paint rectangle"
(...skipping 20 matching lines...) Expand all
43 { 43 {
44 "object": "Caret", 44 "object": "Caret",
45 "reason": "invalidate paint rectangle" 45 "reason": "invalidate paint rectangle"
46 }, 46 },
47 { 47 {
48 "object": "Caret", 48 "object": "Caret",
49 "reason": "invalidate paint rectangle" 49 "reason": "invalidate paint rectangle"
50 }, 50 },
51 { 51 {
52 "object": "LayoutBlockFlow DIV", 52 "object": "LayoutBlockFlow DIV",
53 "reason": "outline" 53 "reason": "border box change"
54 }, 54 },
55 { 55 {
56 "object": "LayoutBlockFlow DIV id='div'", 56 "object": "LayoutBlockFlow DIV id='div'",
57 "reason": "layoutObject insertion" 57 "reason": "layoutObject insertion"
58 }, 58 },
59 { 59 {
60 "object": "RootInlineBox", 60 "object": "RootInlineBox",
61 "reason": "layoutObject insertion" 61 "reason": "layoutObject insertion"
62 }, 62 },
63 { 63 {
64 "object": "Caret", 64 "object": "Caret",
65 "reason": "invalidate paint rectangle" 65 "reason": "invalidate paint rectangle"
66 }, 66 },
67 { 67 {
68 "object": "Caret", 68 "object": "Caret",
69 "reason": "invalidate paint rectangle" 69 "reason": "invalidate paint rectangle"
70 }, 70 },
71 { 71 {
72 "object": "LayoutBR BR", 72 "object": "LayoutBR BR",
73 "reason": "layoutObject insertion" 73 "reason": "layoutObject insertion"
74 }, 74 },
75 { 75 {
76 "object": "InlineTextBox '\n'", 76 "object": "InlineTextBox '\n'",
77 "reason": "layoutObject insertion" 77 "reason": "layoutObject insertion"
78 } 78 }
79 ] 79 ]
80 } 80 }
81 81
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698