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

Issue 1905673003: use new skia imagefilter-ctm handling (Closed)

Created:
4 years, 8 months ago by reed1
Modified:
4 years, 8 months ago
CC:
chromium-reviews, krit, pdr+graphicswatchlist_chromium.org, drott+blinkwatch_chromium.org, blink-reviews-platform-graphics_chromium.org, dshwang, jbroman, slimming-paint-reviews_chromium.org, danakj+watch_chromium.org, Rik, f(malita), Justin Novosad, blink-reviews-paint_chromium.org, blink-reviews, kinuko+watch, Stephen Chennney, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

use new skia imagefilter-ctm handling BUG= Committed: https://crrev.com/ae451614df577ad43766659bf9c51af85a1d5517 Cr-Commit-Position: refs/heads/master@{#389561}

Patch Set 1 #

Total comments: 1

Patch Set 2 : delete support code #

Patch Set 3 : update TestExpectations #

Patch Set 4 : should be good to go #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -31 lines) Patch
M skia/config/SkUserConfig.h View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/TestExpectations View 1 2 3 4 1 chunk +3 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/SVGFilterPainter.cpp View 1 2 chunks +0 lines, -21 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/filters/SkiaImageFilterBuilder.cpp View 1 2 1 chunk +0 lines, -5 lines 0 comments Download

Messages

Total messages: 39 (15 generated)
reed1
just removed def to see the layout diff
4 years, 8 months ago (2016-04-21 15:57:56 UTC) #2
reed1
Looking at the 2nd diff (with 2 shapes) ... Safari draws the same as the ...
4 years, 8 months ago (2016-04-21 16:41:33 UTC) #3
Stephen White
On 2016/04/21 16:41:33, reed1 wrote: > Looking at the 2nd diff (with 2 shapes) ...
4 years, 8 months ago (2016-04-21 16:48:02 UTC) #4
f(malita)
https://codereview.chromium.org/1905673003/diff/1/third_party/WebKit/Source/core/paint/SVGFilterPainter.cpp File third_party/WebKit/Source/core/paint/SVGFilterPainter.cpp (right): https://codereview.chromium.org/1905673003/diff/1/third_party/WebKit/Source/core/paint/SVGFilterPainter.cpp#newcode17 third_party/WebKit/Source/core/paint/SVGFilterPainter.cpp:17: //#define CHECK_CTM_FOR_TRANSFORMED_IMAGEFILTER For landing, we should also delete the ...
4 years, 8 months ago (2016-04-21 16:50:15 UTC) #5
reed1
svg/batik/filters/feTile.svg did change, but before I removed the flag. It was just a low bit ...
4 years, 8 months ago (2016-04-21 16:51:46 UTC) #6
reed1
... which means we're not seeing it here if it did change. I will run ...
4 years, 8 months ago (2016-04-21 16:52:43 UTC) #7
reed1
The result was different, but not clearly better or worse (to me and florin). tile_1 ...
4 years, 8 months ago (2016-04-21 18:50:04 UTC) #8
Stephen White
On 2016/04/21 18:50:04, reed1 wrote: > The result was different, but not clearly better or ...
4 years, 8 months ago (2016-04-21 19:52:07 UTC) #9
reed1
If I can get a debugger to work, I'll try to set a break on ...
4 years, 8 months ago (2016-04-21 19:56:10 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1905673003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1905673003/20001
4 years, 8 months ago (2016-04-24 02:45:19 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1905673003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1905673003/40001
4 years, 8 months ago (2016-04-24 20:18:03 UTC) #15
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1905673003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1905673003/60001
4 years, 8 months ago (2016-04-24 20:54:18 UTC) #17
reed1
After https://codereview.chromium.org/1908173006 landed, we now just seeing svg changes (as expected), and those only in ...
4 years, 8 months ago (2016-04-24 20:55:11 UTC) #18
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-24 22:09:56 UTC) #20
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1905673003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1905673003/80001
4 years, 8 months ago (2016-04-25 18:45:16 UTC) #22
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1905673003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1905673003/80001
4 years, 8 months ago (2016-04-25 18:46:26 UTC) #27
reed1
any comments?
4 years, 8 months ago (2016-04-25 19:18:16 UTC) #28
Stephen White
Thanks for optimizing the color filter case. I'm still disturbed that we've been sending non-scale/translate ...
4 years, 8 months ago (2016-04-25 19:39:39 UTC) #29
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-25 20:16:10 UTC) #31
Stephen White
OK, there definitely is a bug, with or without this change. I've logged it as ...
4 years, 8 months ago (2016-04-25 20:31:37 UTC) #32
robertphillips
lgtm
4 years, 8 months ago (2016-04-25 20:59:01 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1905673003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1905673003/80001
4 years, 8 months ago (2016-04-25 21:00:12 UTC) #36
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 8 months ago (2016-04-25 21:07:35 UTC) #37
commit-bot: I haz the power
4 years, 8 months ago (2016-04-25 21:08:53 UTC) #39
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/ae451614df577ad43766659bf9c51af85a1d5517
Cr-Commit-Position: refs/heads/master@{#389561}

Powered by Google App Engine
This is Rietveld 408576698