commit | 9f0147143fbedba10bdae496d812a14995304924 | [log] [tgz] |
---|---|---|
author | reed <reed@chromium.org> | Wed Jun 18 15:51:20 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Jun 18 15:51:20 2014 -0700 |
tree | f3249e7af3a67ed85eec8da912950d69d09392bf | |
parent | ffa9b500d7e83e7dddf6a8902f47c4355b608c30 [diff] |
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