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 |