aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gpu/FenceSync.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gpu/FenceSync.h')
-rw-r--r--tools/gpu/FenceSync.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpu/FenceSync.h b/tools/gpu/FenceSync.h
index c3f1182621..8f2bbe2e86 100644
--- a/tools/gpu/FenceSync.h
+++ b/tools/gpu/FenceSync.h
@@ -12,7 +12,7 @@
namespace sk_gpu_test {
-using PlatformFence = intptr_t;
+using PlatformFence = uint64_t;
static constexpr PlatformFence kInvalidPlatformFence = 0;
/*