Chromium Code Reviews| Index: tools/gpu/FenceSync.h |
| diff --git a/tools/gpu/FenceSync.h b/tools/gpu/FenceSync.h |
| index c3f1182621e08bd07bfdb18ca54f735d3d5899e3..8f2bbe2e8617930341106405b753e9ccd227cdcd 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; |
| /* |