Revert of remove guarded code - there are no more callers (https://codereview.chromiu...
authorreed <reed@chromium.org>
Wed, 18 Jun 2014 22:51:20 +0000 (15:51 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 18 Jun 2014 22:51:20 +0000 (15:51 -0700)
commit9f0147143fbedba10bdae496d812a14995304924
treef3249e7af3a67ed85eec8da912950d69d09392bf
parentffa9b500d7e83e7dddf6a8902f47c4355b608c30
Revert of remove guarded code - there are no more callers (https://codereview.chromium.org/343783002/)

Reason for revert:
webkit still uses getTotalClip -- need to find where they define the guard.

../../skia/ext/skia_utils_mac.mm:400:42: error: no member named 'getTotalClip' in 'SkCanvas'
      const SkRegion& clipRgn = canvas_->getTotalClip();
                                ~~~~~~~  ^

Original issue's description:
> remove guarded code - there are no more callers
>
> BUG=skia:
>
> Committed: https://skia.googlesource.com/skia/+/c5d5cf9489977aa6fba077d1dc242029fbb4859e

R=scroggo@google.com, reed@google.com
TBR=reed@google.com, scroggo@google.com
NOTREECHECKS=true
NOTRY=true
BUG=skia:

Author: reed@chromium.org

Review URL: https://codereview.chromium.org/342843002
include/core/SkCanvas.h
include/effects/SkLayerRasterizer.h
src/core/SkCanvas.cpp
src/core/SkPaintPriv.cpp
src/effects/SkLayerRasterizer.cpp