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

Unified Diff: third_party/WebKit/LayoutTests/flag-specific/enable-blink-features=SlimmingPaintInvalidation/paint/invalidation/svg/js-update-container-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/svg/js-update-container-expected.txt
diff --git a/third_party/WebKit/LayoutTests/flag-specific/enable-blink-features=SlimmingPaintInvalidation/paint/invalidation/svg/js-update-container-expected.txt b/third_party/WebKit/LayoutTests/flag-specific/enable-blink-features=SlimmingPaintInvalidation/paint/invalidation/svg/js-update-container-expected.txt
index e32a00a95005edcb19463f1b3b03c23d1534afab..f2e512b51bb2e70969314110dc8ffdf7344a5305 100644
--- a/third_party/WebKit/LayoutTests/flag-specific/enable-blink-features=SlimmingPaintInvalidation/paint/invalidation/svg/js-update-container-expected.txt
+++ b/third_party/WebKit/LayoutTests/flag-specific/enable-blink-features=SlimmingPaintInvalidation/paint/invalidation/svg/js-update-container-expected.txt
@@ -17,29 +17,15 @@
"reason": "style change"
},
{
- "object": "LayoutSVGRoot svg",
- "rect": [0, 40, 76, 36],
- "reason": "incremental"
- },
- {
"object": "LayoutSVGRect rect",
"rect": [-1, -1, 41, 41],
"reason": "style change"
- },
- {
- "object": "LayoutSVGRoot svg",
- "rect": [40, 0, 36, 76],
- "reason": "incremental"
}
]
}
],
"objectPaintInvalidations": [
{
- "object": "LayoutSVGRoot svg",
- "reason": "incremental"
- },
- {
"object": "LayoutSVGContainer g id='group'",
"reason": "full"
},

Powered by Google App Engine
This is Rietveld 408576698