commit | 5ce8b438da24b7a2f2de771d9276a6a6789236a2 | [log] [tgz] |
---|---|---|
author | dongseong.hwang <dongseong.hwang@intel.com> | Fri Jul 10 08:32:23 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Fri Jul 10 08:32:23 2015 -0700 |
tree | 0a61f3129d37f71ea8153810b8023c9b478d86d8 | |
parent | 21cea726e743aa05720adea456f26fcd58318505 [diff] |
Fix componene debug build failure in chromium The error log is as follows: ../../third_party/skia/include/core/SkSpinlock.h:24: error: undefined reference to 'SkPODSpinlock::contendedAcquire()' collect2: error: ld returned 1 exit status [mtklein added below here] Despite the presence in include/ and the added SK_API, this file is not part of Skia's public API... it's just used by files which are. TBR=reed@google.com Review URL: https://codereview.chromium.org/1229003004