Revert of Fix Morphology effects sourcing outside of the crop rect. (patchset #6...
authormtklein <mtklein@google.com>
Sat, 24 Jan 2015 00:09:32 +0000 (16:09 -0800)
committerCommit bot <commit-bot@chromium.org>
Sat, 24 Jan 2015 00:09:32 +0000 (16:09 -0800)
commit1eea9fcb2443192e9034eb520aff0564b0950364
treec06da925b8fe29e3900423fb03a16810b74aadaf
parentd47d013b44da9a71e91784999ce78b58da2ec1a1
Revert of Fix Morphology effects sourcing outside of the crop rect. (patchset #6 id:100001 of https://codereview.chromium.org/781153002/)

Reason for revert:
Looks like this is causing memory leaks:
http://build.chromium.org/p/client.skia/builders/Test-Ubuntu13.10-GCE-NoGPU-x86_64-Debug-ASAN/builds/1155/steps/dm/logs/stdio

And causing crashes on Mac 10.6:
http://build.chromium.org/p/client.skia/builders/Test-Mac10.6-MacMini4.1-GeForce320M-x86_64-Debug/builds/1417/steps/dm/logs/stdio

Original issue's description:
> Fix Morphology effects sourcing outside of the crop rect.
>
> BUG=skia:1766
>
> Committed: https://skia.googlesource.com/skia/+/f6be925b5615f07039ce95c3433039694a8d1679

TBR=junov@google.com,junov@chromium.org,bsalomon@google.com,reed@google.com,cwallez@google.com
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=skia:1766

Review URL: https://codereview.chromium.org/868973005
gm/imagefilterscropped.cpp
src/effects/SkMorphologyImageFilter.cpp