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

Issue 1566193002: Always antialias clips in ClipDisplayItem. (Closed)

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

Description

Always antialias clips in ClipDisplayItem. BUG=390040 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/ce3dce9ffa916d60c9b6d70f427a244a80358ccb Cr-Commit-Position: refs/heads/master@{#369246}

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -34 lines) Patch
M cc/playback/clip_display_item.cc View 1 2 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/TestExpectations View 1 2 3 4 5 4 chunks +26 lines, -4 lines 0 comments Download
D third_party/WebKit/LayoutTests/printing/ellipsis-printing-style-expected.html View 1 2 3 4 1 chunk +0 lines, -21 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/GraphicsContext.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/paint/ClipDisplayItem.cpp View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 36 (16 generated)
chrishtr
Pixel diff results: https://storage.googleapis.com/chromium-layout-test-archives/linux_chromium_rel_ng/162826/layout-test-results/results.html https://storage.googleapis.com/chromium-layout-test-archives/mac_chromium_rel_ng/161875/layout-test-results/results.html https://storage.googleapis.com/chromium-layout-test-archives/win_chromium_rel_ng/156289/layout-test-results/results.html Seems to be a strict improvement, as well as ...
4 years, 11 months ago (2016-01-08 00:43:51 UTC) #4
danakj
On 2016/01/08 00:43:51, chrishtr wrote: > Pixel diff results: > > https://storage.googleapis.com/chromium-layout-test-archives/linux_chromium_rel_ng/162826/layout-test-results/results.html > > https://storage.googleapis.com/chromium-layout-test-archives/mac_chromium_rel_ng/161875/layout-test-results/results.html ...
4 years, 11 months ago (2016-01-08 00:52:32 UTC) #6
chrishtr
On 2016/01/08 at 00:52:32, danakj wrote: > On 2016/01/08 00:43:51, chrishtr wrote: > > Pixel ...
4 years, 11 months ago (2016-01-08 01:05:38 UTC) #7
blink-reviews
On Thu, Jan 7, 2016 at 5:05 PM, <chrishtr@chromium.org> wrote: > On 2016/01/08 at 00:52:32, ...
4 years, 11 months ago (2016-01-08 01:30:18 UTC) #8
chromium-reviews
On Thu, Jan 7, 2016 at 5:05 PM, <chrishtr@chromium.org> wrote: > On 2016/01/08 at 00:52:32, ...
4 years, 11 months ago (2016-01-08 01:30:18 UTC) #9
chrishtr
On 2016/01/08 at 01:30:18, chromium-reviews wrote: > On Thu, Jan 7, 2016 at 5:05 PM, ...
4 years, 11 months ago (2016-01-08 01:32:11 UTC) #10
ajuma
https://codereview.chromium.org/1566193002/diff/1/cc/playback/clip_display_item.cc File cc/playback/clip_display_item.cc (right): https://codereview.chromium.org/1566193002/diff/1/cc/playback/clip_display_item.cc#newcode66 cc/playback/clip_display_item.cc:66: SkRegion::kIntersect_Op, true); Please use a variable for the bool ...
4 years, 11 months ago (2016-01-08 14:15:04 UTC) #11
f(malita)
I think this makes sense, AFAIK we now always use AA for all other draws/clips. ...
4 years, 11 months ago (2016-01-08 15:55:17 UTC) #12
blink-reviews
On Fri, Jan 8, 2016 at 7:55 AM, <fmalita@chromium.org> wrote: > I think this makes ...
4 years, 11 months ago (2016-01-08 19:42:42 UTC) #13
chromium-reviews
On Fri, Jan 8, 2016 at 7:55 AM, <fmalita@chromium.org> wrote: > I think this makes ...
4 years, 11 months ago (2016-01-08 19:42:42 UTC) #14
chrishtr
https://codereview.chromium.org/1566193002/diff/1/cc/playback/clip_display_item.cc File cc/playback/clip_display_item.cc (right): https://codereview.chromium.org/1566193002/diff/1/cc/playback/clip_display_item.cc#newcode66 cc/playback/clip_display_item.cc:66: SkRegion::kIntersect_Op, true); On 2016/01/08 at 14:15:04, ajuma wrote: > ...
4 years, 11 months ago (2016-01-12 23:43:14 UTC) #15
ajuma
On 2016/01/12 23:43:14, chrishtr wrote: > https://codereview.chromium.org/1566193002/diff/1/cc/playback/clip_display_item.cc > File cc/playback/clip_display_item.cc (right): > > https://codereview.chromium.org/1566193002/diff/1/cc/playback/clip_display_item.cc#newcode66 > ...
4 years, 11 months ago (2016-01-12 23:44:47 UTC) #16
chrishtr
I surveyed the UI code, and found only integers when looking at a lot of ...
4 years, 11 months ago (2016-01-13 00:03:11 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1566193002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1566193002/60001
4 years, 11 months ago (2016-01-13 00:14:13 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/158465)
4 years, 11 months ago (2016-01-13 01:43:31 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1566193002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1566193002/80001
4 years, 11 months ago (2016-01-13 05:12:29 UTC) #28
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/164233)
4 years, 11 months ago (2016-01-13 06:42:29 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1566193002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1566193002/100001
4 years, 11 months ago (2016-01-13 16:48:52 UTC) #33
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 11 months ago (2016-01-13 19:58:46 UTC) #34
commit-bot: I haz the power
4 years, 11 months ago (2016-01-13 19:59:32 UTC) #36
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/ce3dce9ffa916d60c9b6d70f427a244a80358ccb
Cr-Commit-Position: refs/heads/master@{#369246}

Powered by Google App Engine
This is Rietveld 408576698