From 5a2f85600dfa619f8bac3bb30794665fafa80c80 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Mon, 18 Dec 2017 15:17:03 +1100 Subject: [PATCH] Add support for size 64 skbitmap operations --- electron.gyp | 3 +++ 1 file changed, 3 insertions(+) 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)',