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

Issue 465503002: Fix FEConvolveMatrix bias issue. (Closed)

Created:
6 years, 4 months ago by Stephen White
Modified:
6 years, 4 months ago
Reviewers:
f(malita)
CC:
blink-reviews, jamesr, krit, jbroman, danakj, Rik, Stephen Chennney, pdr., rwlbuis
Project:
blink
Visibility:
Public.

Description

Fix FEConvolveMatrix bias issue. Skia's SkMatrixConvolutionImageFilter expects its "bias" parameter to be in pixel component scale (ie., 0 = none, 255 = full), whereas FEConvolveMatrix uses normalized scale. Scale by 255 to please Skia. BUG=402493 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179974

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -1 line) Patch
M LayoutTests/TestExpectations View 1 chunk +3 lines, -0 lines 0 comments Download
M Source/platform/graphics/filters/FEConvolveMatrix.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
Stephen White
Florin: PTAL (tiny one). Thanks!
6 years, 4 months ago (2014-08-11 16:30:42 UTC) #1
f(malita)
lgtm
6 years, 4 months ago (2014-08-11 16:54:38 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/senorblanco@chromium.org/465503002/1
6 years, 4 months ago (2014-08-11 16:55:22 UTC) #3
commit-bot: I haz the power
6 years, 4 months ago (2014-08-11 17:38:14 UTC) #4
Message was sent while issue was closed.
Change committed as 179974

Powered by Google App Engine
This is Rietveld 408576698