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

Issue 189643002: Fix underlying issue causing crbug.com/348821. (Closed)

Created:
6 years, 9 months ago by mtklein_C
Modified:
6 years, 9 months ago
Reviewers:
mtklein, reed1
CC:
skia-review_googlegroups.com
Base URL:
https://skia.googlesource.com/skia.git@master
Visibility:
Public.

Description

Fix underlying issue causing crbug.com/348821. SkDashPathEffect refuses to flatten itself if it thinks it's a no-op. This messes with the assumption that flattening a non-NULL effect and then unflattening from those bytes produces a non-NULL effect. I'd rather make that assumption always be true than save a few bytes for rare nonsense path effects. BUG=348821 Committed: http://code.google.com/p/skia/source/detail?r=13701

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -3 lines) Patch
M src/effects/SkDashPathEffect.cpp View 1 chunk +1 line, -3 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
reed1
lgtm lets write a unittest (now or later) to exercise this (i.e. create a wacky ...
6 years, 9 months ago (2014-03-07 13:49:17 UTC) #1
mtklein
On 2014/03/07 13:49:17, reed1 wrote: > lgtm > > lets write a unittest (now or ...
6 years, 9 months ago (2014-03-07 13:55:47 UTC) #2
reed1
On 2014/03/07 13:55:47, mtklein wrote: > On 2014/03/07 13:49:17, reed1 wrote: > > lgtm > ...
6 years, 9 months ago (2014-03-07 14:00:50 UTC) #3
mtklein
On 2014/03/07 14:00:50, reed1 wrote: > On 2014/03/07 13:55:47, mtklein wrote: > > On 2014/03/07 ...
6 years, 9 months ago (2014-03-07 14:19:43 UTC) #4
mtklein
The CQ bit was checked by mtklein@google.com
6 years, 9 months ago (2014-03-07 14:22:15 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/mtklein@chromium.org/189643002/1
6 years, 9 months ago (2014-03-07 14:24:57 UTC) #6
commit-bot: I haz the power
6 years, 9 months ago (2014-03-07 14:43:33 UTC) #7
Message was sent while issue was closed.
Change committed as 13701

Powered by Google App Engine
This is Rietveld 408576698