diff --git a/electron.gyp b/electron.gyp index 6f8fbcd056..8af927adba 100644 --- a/electron.gyp +++ b/electron.gyp @@ -268,6 +268,9 @@ # See Chromium src/third_party/protobuf/BUILD.gn 'GOOGLE_PROTOBUF_NO_RTTI', 'GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER', + + # Enables SkBitmap size 64 operations + 'SK_SUPPORT_LEGACY_SAFESIZE64', ], 'sources': [ '<@(lib_sources)',