From 04b7f0d2d6c769fbbf1b625544e586ef0d1a8587 Mon Sep 17 00:00:00 2001 From: Jeremy Apthorp Date: Wed, 17 Oct 2018 13:46:10 -0700 Subject: [PATCH] chore: remove skia/dcheck.patch (#15223) --- patches/common/skia/.patches.yaml | 4 ---- patches/common/skia/dcheck.patch | 13 ------------- 2 files changed, 17 deletions(-) delete mode 100644 patches/common/skia/dcheck.patch diff --git a/patches/common/skia/.patches.yaml b/patches/common/skia/.patches.yaml index 8599717f065c..39c8a05e204b 100644 --- a/patches/common/skia/.patches.yaml +++ b/patches/common/skia/.patches.yaml @@ -1,9 +1,5 @@ repo: src/third_party/skia patches: -- - author: Ales Pergl - file: dcheck.patch - description: null - author: Shelley Vohr file: fix_font_thickness.patch diff --git a/patches/common/skia/dcheck.patch b/patches/common/skia/dcheck.patch deleted file mode 100644 index 604304295cd2..000000000000 --- a/patches/common/skia/dcheck.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/include/core/SkPostConfig.h b/include/core/SkPostConfig.h -index c34397cde6..5a55535eeb 100644 ---- a/include/core/SkPostConfig.h -+++ b/include/core/SkPostConfig.h -@@ -18,7 +18,7 @@ - #ifdef NDEBUG - #define SK_RELEASE - #else -- #define SK_DEBUG -+ #define SK_RELEASE - #endif - #endif -