change drawPicture in SkRecord to just ref the picture
authorreed <reed@google.com>
Thu, 7 Aug 2014 19:19:50 +0000 (12:19 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 7 Aug 2014 19:19:50 +0000 (12:19 -0700)
commit2347b624678fedf1d2f7ab1d79b9ad70087c3392
tree65258856cf934ede815421a36a2b64ecc10b45e4
parente73cd5ab0f693ae0c81f5f1ca76045363b6f999d
change drawPicture in SkRecord to just ref the picture

also fix some int/unsigned/size_t warnings

BUG=skia:
R=mtklein@google.com

Author: reed@google.com

Review URL: https://codereview.chromium.org/449933002
src/core/SkRecord.h
src/core/SkRecordDraw.cpp
src/core/SkRecorder.cpp
src/core/SkRecorder.h
src/core/SkRecords.h
tests/RecorderTest.cpp