| 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++
|
|
|