commit | 199ba8e19b0cafb37eea3beab162bc4b52728fff | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Tue Jan 13 08:40:23 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Tue Jan 13 08:40:23 2015 -0800 |
tree | 143928c3d09c28f887ca752978b49cc0662b43f5 | |
parent | 60f8353f683277f360c5a74e2905c8de987a2dfe [diff] |
namespace {} trick for SK_DECLARE_STATIC_ONCE Like all our other SK_DECLARE_STATIC_*, it's usually not a thread-safe thing to put inside a function. Adding namespace {} prevents that syntactically. Needs https://codereview.chromium.org/841263004/ to land first. BUG=chromium:447890 No public API changes. TBR=reed@google.com Review URL: https://codereview.chromium.org/806473006