| Index: include/core/SkTypes.h
 | 
| diff --git a/include/core/SkTypes.h b/include/core/SkTypes.h
 | 
| index 13450cd0117585084f6a8ca7cc7affe4a9261abf..3a512abee2d67566f96306883b872563e5bd784b 100644
 | 
| --- a/include/core/SkTypes.h
 | 
| +++ b/include/core/SkTypes.h
 | 
| @@ -315,6 +315,10 @@ typedef uint32_t SkMSec;
 | 
|  */
 | 
|  #define SkMSec_LE(a, b)     ((int32_t)(a) - (int32_t)(b) <= 0)
 | 
|  
 | 
| +/** 64 bit value to hold nanosecond count
 | 
| +*/
 | 
| +typedef uint64_t SkNSec;
 | 
| +
 | 
|  /** The generation IDs in Skia reserve 0 has an invalid marker.
 | 
|   */
 | 
|  #define SK_InvalidGenID     0
 | 
| 
 |