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

Unified Diff: include/private/SkGpuFenceSync.h

Issue 2341823002: skpbench (Closed)
Patch Set: rebase Created 4 years, 3 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 | « BUILD.gn ('k') | tools/skpbench/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/private/SkGpuFenceSync.h
diff --git a/include/private/SkGpuFenceSync.h b/include/private/SkGpuFenceSync.h
index 09f5e6e17182c93656f2289b5c002300c99dc4a7..5e5d3a6a4eb1f27f1d48551befbb54697184a842 100644
--- a/include/private/SkGpuFenceSync.h
+++ b/include/private/SkGpuFenceSync.h
@@ -11,6 +11,7 @@
#include "SkTypes.h"
typedef void* SkPlatformGpuFence;
+constexpr static SkPlatformGpuFence kInvalidPlatformGpuFence = nullptr;
/*
* This class provides an interface to interact with fence syncs. A fence sync is an object that the
« no previous file with comments | « BUILD.gn ('k') | tools/skpbench/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698