Moving updateClipConservativelyUsingBounds into SkCanvas
authorjunov@chromium.org <junov@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 29 May 2013 19:09:48 +0000 (19:09 +0000)
committerjunov@chromium.org <junov@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 29 May 2013 19:09:48 +0000 (19:09 +0000)
commited8d6bb2be0ed6a20841573682afaa46dea15175
tree83a353e70f849b4af9656ad80ed1eb2316123dbc
parent06e7424c70595cdfeee9a0ce8a2fb0f7f17eac41
Moving updateClipConservativelyUsingBounds into SkCanvas

This method is being moved from SkPictureRecord to become a protected member of SkCanvas so that other classes derived from SkCanvas can use it.
This Patch also applies the fix provided by updateClipConservativelyUsingBounds to SkPictureUtils::GatherPixelRefs

BUG=https://code.google.com/p/chromium/issues/detail?id=244893

Review URL: https://codereview.chromium.org/15894005

git-svn-id: http://skia.googlecode.com/svn/trunk@9326 2bbb7eff-a529-9590-31e7-b0007b416f81
include/core/SkCanvas.h
src/core/SkCanvas.cpp
src/core/SkPictureRecord.cpp
src/core/SkPictureRecord.h
src/utils/SkPictureUtils.cpp