Revert of allow pictures to have a full bounds (patchset #3 id:40001 of https://coder...
authorreed <reed@google.com>
Wed, 19 Nov 2014 15:17:16 +0000 (07:17 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 19 Nov 2014 15:17:17 +0000 (07:17 -0800)
commit7c4cdd2c5b7b6c71fa0e7612594f7885f2dbf264
tree06ea08866680ce7abe2fdc7cdca0eb0321684ace
parent7e76bff26e7c74902841ca4f607eb0b24a833a4a
Revert of allow pictures to have a full bounds (patchset #3 id:40001 of https://codereview.chromium.org/736583004/)

Reason for revert:
needed to update legacy width() helpers

Original issue's description:
> allow pictures to have a full bounds
>
> BUG=skia:
>
> Committed: https://skia.googlesource.com/skia/+/7e76bff26e7c74902841ca4f607eb0b24a833a4a

TBR=fmalita@google.com,mtklein@google.com,robertphillips@google.com,fmalita@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=skia:

Review URL: https://codereview.chromium.org/722043005
14 files changed:
include/core/SkBBHFactory.h
include/core/SkCanvas.h
include/core/SkDevice.h
include/core/SkPicture.h
include/core/SkPictureRecorder.h
samplecode/SampleArc.cpp
src/core/SkBBHFactory.cpp
src/core/SkCanvas.cpp
src/core/SkCanvasDrawable.cpp
src/core/SkPicture.cpp
src/core/SkPictureRecorder.cpp
src/core/SkRecorder.cpp
src/core/SkRecorder.h
tests/PictureTest.cpp