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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/filters/effect-reference-repaint-composite-1-expected.txt

Issue 2625133003: Handle geometry effects of filters in GeometryMapper (Closed)
Patch Set: Rebaseline tests 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/paint/invalidation/filters/effect-reference-repaint-composite-1-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/filters/effect-reference-repaint-composite-1-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/filters/effect-reference-repaint-composite-1-expected.txt
index 064c8793b0f71275e224e2aab5b8c1789605b093..5f0b3765c128ad853b367b5f8b181b8858ec9de0 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/filters/effect-reference-repaint-composite-1-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/filters/effect-reference-repaint-composite-1-expected.txt
@@ -8,7 +8,7 @@
"paintInvalidations": [
{
"object": "LayoutBlockFlow DIV class='box'",
- "rect": [128, 120, 200, 200],
+ "rect": [28, 20, 300, 300],
Xianzhu 2017/01/26 23:17:45 This is because now we use cc side effect mapRect,
chrishtr 2017/02/01 02:59:12 Do you know what is different about the two implem
Xianzhu 2017/02/03 01:38:16 <div class="before box"></div> <svg width="0" heig
Stephen White 2017/02/07 18:26:41 This optimization was landed by the Swiffy folks i
Xianzhu 2017/02/07 21:23:51 Thanks Stephen for the explanation. I would like
"reason": "style change"
}
]

Powered by Google App Engine
This is Rietveld 408576698