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

Issue 1311633004: Remove transparency clip, use 'bound' in CompositingRecorder instead. (Closed)

Created:
5 years, 4 months ago by trchen
Modified:
5 years, 4 months ago
Reviewers:
pdr.
CC:
blink-reviews, blink-reviews-paint_chromium.org, Rik, danakj, dshwang, drott+blinkwatch_chromium.org, krit, f(malita), jbroman, Justin Novosad, pdr+graphicswatchlist_chromium.org, rwlbuis, Stephen Chennney, slimming-paint-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Remove transparency clip, use 'bound' in CompositingRecorder instead. The purpose of the transparency clip is to give Skia raster hints so that a transparent layer can be sized according to the bounding box of contents being composited. The clip itself should be no-op, but will actually cause anti-alias artifact for transformed contents. Removing the transparency clip and use compositing bound will allow Skia to take account of anti-aliasing to properly size the transparent layer. BUG=524859 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201202

Patch Set 1 #

Total comments: 1

Patch Set 2 : fix nits, update expectation #

Patch Set 3 : fix debug build #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -13 lines) Patch
M LayoutTests/TestExpectations View 1 6 chunks +11 lines, -5 lines 0 comments Download
M Source/core/paint/DeprecatedPaintLayerPainter.cpp View 1 1 chunk +2 lines, -6 lines 0 comments Download
M Source/platform/graphics/paint/DisplayItem.h View 1 chunk +0 lines, -1 line 0 comments Download
M Source/platform/graphics/paint/DisplayItem.cpp View 1 2 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 16 (7 generated)
trchen
Haven't updated TestExpectation yet. Collecting results from trybots. You can observe noticeable quality improvement for ...
5 years, 4 months ago (2015-08-25 22:15:33 UTC) #2
pdr.
On 2015/08/25 at 22:15:33, trchen wrote: > Haven't updated TestExpectation yet. Collecting results from trybots. ...
5 years, 4 months ago (2015-08-25 23:16:45 UTC) #3
pdr.
LGTM with test expectations updated. https://codereview.chromium.org/1311633004/diff/1/Source/core/paint/DeprecatedPaintLayerPainter.cpp File Source/core/paint/DeprecatedPaintLayerPainter.cpp (right): https://codereview.chromium.org/1311633004/diff/1/Source/core/paint/DeprecatedPaintLayerPainter.cpp#newcode220 Source/core/paint/DeprecatedPaintLayerPainter.cpp:220: FloatRect compositingBound = FloatRect(m_paintLayer.paintingExtent(paintingInfo.rootLayer, ...
5 years, 4 months ago (2015-08-26 03:05:14 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1311633004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1311633004/20001
5 years, 4 months ago (2015-08-26 03:46:12 UTC) #6
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_arm64_dbg_recipe/builds/111838) cast_shell_android on ...
5 years, 4 months ago (2015-08-26 04:00:45 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1311633004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1311633004/40001
5 years, 4 months ago (2015-08-26 04:33:15 UTC) #10
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 4 months ago (2015-08-26 05:50:23 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1311633004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1311633004/40001
5 years, 4 months ago (2015-08-26 06:04:10 UTC) #15
commit-bot: I haz the power
5 years, 4 months ago (2015-08-26 06:08:37 UTC) #16
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=201202

Powered by Google App Engine
This is Rietveld 408576698