commit | 59f939eda6b43e5367d2ca80806b51bc4709c554 | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Wed Dec 10 10:49:42 2014 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Wed Dec 10 10:49:42 2014 -0800 |
tree | 5075d0a3df38b8b853a4995f3c7fe0f4ea65800b | |
parent | cc695fee81613dc92746c1c6bb27f45cfc6ce73e [diff] |
Include SkTypes.h from SkDynamicAnnotations.h This allows us to control SK_DYNAMIC_ANNOTATIONS_ENABLED by Sk*Config.h files. This is a no-op today, because we control it from the compiler command line. BUG=430815 Review URL: https://codereview.chromium.org/787003003