Use uint64_t for PlatformFence
authorcsmartdalton <csmartdalton@google.com>
Tue, 4 Oct 2016 21:24:23 +0000 (14:24 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 4 Oct 2016 21:24:23 +0000 (14:24 -0700)
commit024229a38d86fc53801092e149d8599b2b2bc9fb
tree8ba851c6fb49d195693c0561e6744c4ad5b534dc
parent777ee88129ae5432209378f861b92ccb52eb0ac4
Use uint64_t for PlatformFence

VkFence is 64 bit even on 32-bit platforms.

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2391113002

Review-Url: https://codereview.chromium.org/2391113002
tools/gpu/FenceSync.h
tools/gpu/gl/GLTestContext.cpp
tools/gpu/gl/egl/CreatePlatformGLTestContext_egl.cpp
tools/gpu/vk/VkTestContext.cpp