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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/marker-viewBox-changes-expected.txt

Issue 2442383002: Simplify ObjectPaintInvalidatorW/C::computePaintInvalidationReason() (Closed)
Patch Set: rebaseline-cl Created 4 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/paint/invalidation/svg/marker-viewBox-changes-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/svg/marker-viewBox-changes-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/svg/marker-viewBox-changes-expected.txt
index d0e9d4ddbef5f4fdbd3c2a752d4a0baa9cfbeeb5..1bd39a4a1f2baea24c62fb736d9cc74e6ac626d8 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/svg/marker-viewBox-changes-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/svg/marker-viewBox-changes-expected.txt
@@ -24,7 +24,7 @@
{
"object": "LayoutSVGRect rect",
"rect": [0, 0, 10, 10],
- "reason": "full"
+ "reason": "bounds change"
}
]
}
@@ -40,7 +40,7 @@
},
{
"object": "LayoutSVGRect rect",
- "reason": "full"
+ "reason": "bounds change"
},
{
"object": "LayoutSVGContainer g",

Powered by Google App Engine
This is Rietveld 408576698