Switch to the new SkCanvas::willSave() API.
commit33d0dcaaf5975f5ed01a1e44e79a4fe4d15ae6a6
authorfmalita@chromium.org <fmalita@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 19 Jun 2014 14:39:18 +0000 (19 14:39 +0000)
committerfmalita@chromium.org <fmalita@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 19 Jun 2014 14:39:18 +0000 (19 14:39 +0000)
tree38fffa67c651610945111ec1e2f188b724c471a9
parent6937094bf523039da6dd4976205949e670c34967
Switch to the new SkCanvas::willSave() API.

Skia's save() SaveFlags bits are deprecated. At this
point all callers have been updated to always pass kMatrixClip, but
SkCanvas subclasses also need to use the new willSave() API.

(depends on https://codereview.chromium.org/338833003/ rolling)

BUG=skia:2297
R=piman@chromium.org, reed@google.com, robertphillips@google.com

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278363 0039d316-1c4b-4281-b951-d872f2087c98
content/renderer/skia_benchmarking_extension_unittest.cc
skia/ext/analysis_canvas.cc
skia/ext/analysis_canvas.h
skia/ext/benchmarking_canvas.cc