commit | db197a54b562d92a9da2f849e780aa327e1991ca | [log] [tgz] |
---|---|---|
author | msarett <msarett@google.com> | Tue Jun 21 09:44:29 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue Jun 21 09:44:29 2016 -0700 |
tree | 1a967771f861f85a60a5fa0889e2df5169482ea7 | |
parent | 497e9e2b3668fd8bc7fab16326e93c5cc6f0c287 [diff] [blame] |
Fix Mac clang linker BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2077353006 Review-Url: https://codereview.chromium.org/2077353006
diff --git a/tools/flags/SkCommonFlags.h b/tools/flags/SkCommonFlags.h index ddd0fc8..9b69488 100644 --- a/tools/flags/SkCommonFlags.h +++ b/tools/flags/SkCommonFlags.h
@@ -17,6 +17,7 @@ DECLARE_bool(gpu); DECLARE_string(images); DECLARE_string(colorImages); +DECLARE_bool(simpleCodec); DECLARE_string(match); DECLARE_bool(quiet); DECLARE_bool(resetGpuContext);