Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1285)

Unified Diff: tools/gpu/FenceSync.h

Issue 2391113002: Use void* again for PlatformFence (Closed)
Patch Set: Use uint64_t for PlatformFence Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/gpu/gl/GLTestContext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
/*
« no previous file with comments | « no previous file | tools/gpu/gl/GLTestContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698