Fixed void* to uint64_t cast on win64 in TraceID.
authorcjacek <cjacek@gmail.com>
Wed, 10 Sep 2014 21:28:06 +0000 (14:28 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 10 Sep 2014 21:28:07 +0000 (14:28 -0700)
commit3e15f9006cc0a6a9f1f153e87d08149b73531d01
tree73a4776af6784e33ac94c323765236820fac910c
parentd9ec549071581d9d1dc2e5fac3163305ae935a39
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
src/core/SkTraceEvent.h