commit | 75de4f827fcc92ec129ba872924f6e81c55aa8f0 | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Thu Jan 22 10:32:25 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Thu Jan 22 10:32:25 2015 -0800 |
tree | 69e30e8b407ed4f41d38cdb20c164a3580af1218 | |
parent | 6d7e47a8e0c8fd80ad33f659b01ec84f9e93a94b [diff] |
Put close_gif() in an anonymous namespace. Not a big deal, but matches the intention of it being a file-scoped function better. This mirrors a recent google3 change for clients who don't use C++11. BUG=skia: Review URL: https://codereview.chromium.org/865243002