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

Unified Diff: third_party/WebKit/LayoutTests/flag-specific/enable-blink-features=SlimmingPaintInvalidation/paint/invalidation/window-resize-percent-html-expected.txt

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/flag-specific/enable-blink-features=SlimmingPaintInvalidation/paint/invalidation/window-resize-percent-html-expected.txt
diff --git a/third_party/WebKit/LayoutTests/flag-specific/enable-blink-features=SlimmingPaintInvalidation/paint/invalidation/window-resize-percent-html-expected.txt b/third_party/WebKit/LayoutTests/flag-specific/enable-blink-features=SlimmingPaintInvalidation/paint/invalidation/window-resize-percent-html-expected.txt
index 34009253654fe7824c728a3e1fb0ff31a085e742..b12c2338232d3058c40ce50eabc53fa355cc5f48 100644
--- a/third_party/WebKit/LayoutTests/flag-specific/enable-blink-features=SlimmingPaintInvalidation/paint/invalidation/window-resize-percent-html-expected.txt
+++ b/third_party/WebKit/LayoutTests/flag-specific/enable-blink-features=SlimmingPaintInvalidation/paint/invalidation/window-resize-percent-html-expected.txt
@@ -12,14 +12,9 @@
"reason": "incremental"
},
{
- "object": "LayoutBlockFlow HTML",
- "rect": [0, 0, 600, 250],
- "reason": "forced by layout"
- },
- {
"object": "LayoutBlockFlow DIV",
"rect": [0, 0, 300, 125],
- "reason": "bounds change"
+ "reason": "border box change"
}
]
}
@@ -30,12 +25,8 @@
"reason": "incremental"
},
{
- "object": "LayoutBlockFlow HTML",
- "reason": "forced by layout"
- },
- {
"object": "LayoutBlockFlow DIV",
- "reason": "bounds change"
+ "reason": "border box change"
}
]
}
@@ -48,14 +39,9 @@
"drawsContent": true,
"paintInvalidations": [
{
- "object": "LayoutBlockFlow HTML",
- "rect": [0, 0, 600, 125],
- "reason": "forced by layout"
- },
- {
"object": "LayoutBlockFlow DIV",
"rect": [0, 0, 300, 63],
- "reason": "bounds change"
+ "reason": "border box change"
},
{
"object": "LayoutView #document",
@@ -71,12 +57,8 @@
"reason": "incremental"
},
{
- "object": "LayoutBlockFlow HTML",
- "reason": "forced by layout"
- },
- {
"object": "LayoutBlockFlow DIV",
- "reason": "bounds change"
+ "reason": "border box change"
}
]
}
@@ -94,14 +76,9 @@
"reason": "incremental"
},
{
- "object": "LayoutBlockFlow HTML",
- "rect": [0, 0, 400, 300],
- "reason": "forced by layout"
- },
- {
"object": "LayoutBlockFlow DIV",
"rect": [0, 0, 200, 150],
- "reason": "bounds change"
+ "reason": "border box change"
}
]
}
@@ -112,12 +89,8 @@
"reason": "incremental"
},
{
- "object": "LayoutBlockFlow HTML",
- "reason": "forced by layout"
- },
- {
"object": "LayoutBlockFlow DIV",
- "reason": "bounds change"
+ "reason": "border box change"
}
]
}
@@ -130,11 +103,6 @@
"drawsContent": true,
"paintInvalidations": [
{
- "object": "LayoutBlockFlow HTML",
- "rect": [0, 0, 800, 300],
- "reason": "forced by layout"
- },
- {
"object": "LayoutView #document",
"rect": [400, 0, 400, 600],
"reason": "incremental"
@@ -153,10 +121,6 @@
"reason": "incremental"
},
{
- "object": "LayoutBlockFlow HTML",
- "reason": "forced by layout"
- },
- {
"object": "LayoutBlockFlow DIV",
"reason": "incremental"
}

Powered by Google App Engine
This is Rietveld 408576698