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

Unified Diff: include/core/SkTypes.h

Issue 414493002: Revert "Revert of Use the GrCacheable ID to eliminate the need for notifications to GrGpuGL when te… (Closed) Base URL: https://skia.googlesource.com/skia.git@removestuff
Patch Set: Address round 2 of comments Created 6 years, 5 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 | include/gpu/GrCacheable.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkTypes.h
diff --git a/include/core/SkTypes.h b/include/core/SkTypes.h
index 5ff57f807872e8bdd1624e9a3c526a994cf71bd5..e264f4850f32d3506053f3215453a475084a54f4 100644
--- a/include/core/SkTypes.h
+++ b/include/core/SkTypes.h
@@ -325,6 +325,9 @@ typedef uint32_t SkMSec;
/** The generation IDs in Skia reserve 0 has an invalid marker.
*/
#define SK_InvalidGenID 0
+/** The unique IDs in Skia reserve 0 has an invalid marker.
+ */
+#define SK_InvalidUniqueID 0
/****************************************************************************
The rest of these only build with C++
« no previous file with comments | « no previous file | include/gpu/GrCacheable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698