commit | c4ade57cd4ce5083e0fac19111a6ee6e32e18df4 | [log] [tgz] |
---|---|---|
author | george <george@mozilla.com> | Fri Aug 01 12:02:07 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Fri Aug 01 12:02:07 2014 -0700 |
tree | e31ae7e9131e08ecfe5661443e793ceb71bad4cc | |
parent | f91b47ff9ea6bd0246dc7c5a3f58d85860661ace [diff] |
Ensure that SkDebugf is exported from the library. This was caused by the change to always call SkDebugf() in SkASSERT(). There are many headers in Skia that call SkASSERT and so we were seeing linking issues in Gecko where we were using Skia across DLL boundaries. R=reed@google.com, bsalomon@google.com, reed1 BUG=skia: Author: george@mozilla.com Review URL: https://codereview.chromium.org/438783002