Chromium Code Reviews| Index: include/gpu/GrTypesPriv.h |
| diff --git a/include/gpu/GrTypesPriv.h b/include/gpu/GrTypesPriv.h |
| index d60fab13378bc031343c3a930d4fec4d20a7786e..636e72a019af42acd32447b43a893185df096dd0 100644 |
| --- a/include/gpu/GrTypesPriv.h |
| +++ b/include/gpu/GrTypesPriv.h |
| @@ -482,4 +482,9 @@ template <typename T> T * const * sk_sp_address_as_pointer_address(sk_sp<T> cons |
| return reinterpret_cast<T * const *>(sp); |
| } |
| +/* |
| + * Object for CPU-GPU synchronization |
| + */ |
| +typedef intptr_t GrFence; |
| + |
| #endif |