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

Issue 14819008: Fix SkPicture path bound optimization to handle inverse filled paths. (Closed)

Created:
7 years, 7 months ago by Justin Novosad
Modified:
7 years, 7 months ago
Reviewers:
reed1
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

Fix SkPicture path bound optimization to handle inverse filled paths. BUG=crbug.com/229011 TEST=Picture unit test Committed: https://code.google.com/p/skia/source/detail?r=9031

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -1 line) Patch
M src/core/SkPictureRecord.cpp View 1 1 chunk +5 lines, -1 line 0 comments Download
M tests/PictureTest.cpp View 2 chunks +21 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Justin Novosad
PTAL - M28 Release blocker This patch just corrects one specific use case for kUsePathBoundsForClip_RecordingFlag. ...
7 years, 7 months ago (2013-05-06 20:39:33 UTC) #1
reed1
lgtm if we are in a rush https://codereview.chromium.org/14819008/diff/1/src/core/SkPictureRecord.cpp File src/core/SkPictureRecord.cpp (right): https://codereview.chromium.org/14819008/diff/1/src/core/SkPictureRecord.cpp#newcode786 src/core/SkPictureRecord.cpp:786: if (!path.isInverseFillType()) ...
7 years, 7 months ago (2013-05-06 21:27:19 UTC) #2
Justin Novosad
On 2013/05/06 21:27:19, reed1 wrote: > lgtm if we are in a rush > > ...
7 years, 7 months ago (2013-05-07 00:40:00 UTC) #3
Justin Novosad
Committed patchset #2 manually as r9031 (presubmit successful).
7 years, 7 months ago (2013-05-07 13:26:22 UTC) #4
Justin Novosad
7 years, 7 months ago (2013-05-07 19:57:35 UTC) #5
Message was sent while issue was closed.
On 2013/05/07 13:26:22, junov wrote:
> Committed patchset #2 manually as r9031 (presubmit successful).

Reverted because broke some GMs

Powered by Google App Engine
This is Rietveld 408576698