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

Issue 1502283002: Changing the equation of computing sigma from blur radius (Closed)

Created:
5 years ago by xidachen
Modified:
5 years ago
Reviewers:
Justin Novosad
CC:
chromium-reviews, blink-reviews, ajuma+watch-canvas_chromium.org, Rik, dshwang
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Changing the equation of computing sigma from blur radius This is implemented in skBlurRadiusToSigma, the equation is: sigma = factor*radius + 0.5. The number 0.5 does not make sense and this CL removes it. But that means this CL will change the blur kernel, which results in NeedsRebaseline for ~100 layout tests. BUG=503626 Committed: https://crrev.com/8370a4fbe511ecc3a638f1448843015ae92160ca Cr-Commit-Position: refs/heads/master@{#364124}

Patch Set 1 #

Patch Set 2 : move change to skUtil.h #

Patch Set 3 : fixing more layout tests #

Patch Set 4 : +0.5f should be preserved #

Patch Set 5 : fix error #

Patch Set 6 : update test expectation #

Patch Set 7 : update layout test #

Patch Set 8 : better test expectations #

Patch Set 9 : more on test expectations #

Patch Set 10 : update test expectations on mac #

Unified diffs Side-by-side diffs Delta from patch set Stats (+112 lines, -9 lines) Patch
M third_party/WebKit/LayoutTests/TestExpectations View 1 2 3 4 5 6 7 8 9 1 chunk +105 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/virtual/gpu/fast/canvas/canvas-draw-canvas-on-canvas-shadow-expected.txt View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/virtual/gpu/fast/canvas/canvas-scale-drawImage-shadow-expected.txt View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/skia/SkiaUtils.h View 1 2 4 5 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 17 (10 generated)
xidachen
PTAL
5 years ago (2015-12-07 20:28:23 UTC) #2
Justin Novosad
On 2015/12/07 20:28:23, xidachen wrote: > PTAL lgtm
5 years ago (2015-12-07 20:40:04 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1502283002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1502283002/20001
5 years ago (2015-12-07 20:40:54 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/151698) mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, ...
5 years ago (2015-12-07 22:22:58 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1502283002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1502283002/180001
5 years ago (2015-12-09 18:07:00 UTC) #13
commit-bot: I haz the power
Committed patchset #10 (id:180001)
5 years ago (2015-12-09 19:24:20 UTC) #15
commit-bot: I haz the power
5 years ago (2015-12-09 19:25:58 UTC) #17
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/8370a4fbe511ecc3a638f1448843015ae92160ca
Cr-Commit-Position: refs/heads/master@{#364124}

Powered by Google App Engine
This is Rietveld 408576698