skia2/include
fmalita 6ca763f362 More SaveFlags removal twiddling.
This is a follow up to https://codereview.chromium.org/338913002/. More
tweaks to allow migrating clients to the new API.

1) switch the shim call direction willSave(SaveFlags) -> willSave()
   (internal users are still using the former, so external overriders of
    the latter will not be notified otherwise - doh)
2) ensure willSave() stays visible in SkProxyCanvas (Chromium's
   TimingCanvas attempts to call it explicitly).

BUG=skia:2297
R=reed@google.com

Author: fmalita@chromium.org

Review URL: https://codereview.chromium.org/334393008
2014-06-17 13:52:18 -07:00
..
animator
config Add SkBarriers to ports. 2014-05-29 18:24:54 +00:00
core More SaveFlags removal twiddling. 2014-06-17 13:52:18 -07:00
device/xps remove all references to legacy Config8888 2014-03-26 13:44:58 +00:00
effects Randomize seed for SkDiscretePathEffect::filterPath() 2014-06-12 22:55:08 -07:00
gpu hide SkBitmap::Config entirely (behind a flag) 2014-06-17 08:38:31 -07:00
images Remove SkImageRef and related functionality. 2014-06-04 14:38:48 -04:00
pathops
pdf remove all references to legacy Config8888 2014-03-26 13:44:58 +00:00
pipe
ports Port most uses of SkOnce to SkLazyPtr. 2014-06-02 08:44:27 -07:00
record add SK_API to include/record 2014-04-28 21:04:32 +00:00
svg
text
utils More SaveFlags removal twiddling. 2014-06-17 13:52:18 -07:00
views Drop executable flag from headers so that they can be packaged 2014-03-11 19:55:51 +00:00
xml