| Index: src/sfnt/SkOTTable_OS_2_VA.h
|
| diff --git a/src/sfnt/SkOTTable_OS_2_VA.h b/src/sfnt/SkOTTable_OS_2_VA.h
|
| index bc45da20217c51964ce0245a782996f86a5edf96..1dc95b5af7ecf0160692646f59c87ef0e7d9b14d 100644
|
| --- a/src/sfnt/SkOTTable_OS_2_VA.h
|
| +++ b/src/sfnt/SkOTTable_OS_2_VA.h
|
| @@ -137,6 +137,6 @@ struct SkOTTableOS2_VA {
|
| #pragma pack(pop)
|
|
|
|
|
| -SK_COMPILE_ASSERT(sizeof(SkOTTableOS2_VA) == 68, sizeof_SkOTTableOS2_VA_not_68);
|
| +static_assert(sizeof(SkOTTableOS2_VA) == 68, "sizeof_SkOTTableOS2_VA_not_68");
|
|
|
| #endif
|
|
|