commit | 3e15f9006cc0a6a9f1f153e87d08149b73531d01 | [log] [tgz] |
---|---|---|
author | cjacek <cjacek@gmail.com> | Wed Sep 10 14:28:06 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Sep 10 14:28:07 2014 -0700 |
tree | 73a4776af6784e33ac94c323765236820fac910c | |
parent | d9ec549071581d9d1dc2e5fac3163305ae935a39 [diff] |
Fixed void* to uint64_t cast on win64 in TraceID. On win64, long is 32-bit. Found by GCC (mingw-w64) build, where this causes an error. This is the Skia version of https://codereview.chromium.org/374043002 . R=bungeman@google.com, humper@google.com Author: cjacek@gmail.com Review URL: https://codereview.chromium.org/510923002