commit | 60f8353f683277f360c5a74e2905c8de987a2dfe | [log] [tgz] |
---|---|---|
author | torne <torne@chromium.org> | Tue Jan 13 08:37:34 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Tue Jan 13 08:37:34 2015 -0800 |
tree | 6dec2bc2f880865577394cd77a69b9e27903b596 | |
parent | 6f07665768dc84453316e7b2bbd6049576764cb1 [diff] |
Hide ARM assembly memset symbols. Prevent these symbols from being exported from any library which includes skia by marking them .hidden, as they are implementation details of skia. BUG=skia:3303 Review URL: https://codereview.chromium.org/831663004