aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sfnt/SkPanose.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sfnt/SkPanose.h')
-rw-r--r--src/sfnt/SkPanose.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sfnt/SkPanose.h b/src/sfnt/SkPanose.h
index 873c093f5e..9561e56fb0 100644
--- a/src/sfnt/SkPanose.h
+++ b/src/sfnt/SkPanose.h
@@ -634,6 +634,6 @@ struct SkPanose {
#pragma pack(pop)
-SK_COMPILE_ASSERT(sizeof(SkPanose) == 10, sizeof_SkPanose_not_10);
+static_assert(sizeof(SkPanose) == 10, "sizeof_SkPanose_not_10");
#endif