chore: remove skia/dcheck.patch (#15223)

This commit is contained in:
Jeremy Apthorp 2018-10-17 13:46:10 -07:00 committed by GitHub
parent 65fa9d2883
commit 04b7f0d2d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 17 deletions

View file

@ -1,9 +1,5 @@
repo: src/third_party/skia
patches:
-
author: Ales Pergl <alpergl@microsoft.com>
file: dcheck.patch
description: null
-
author: Shelley Vohr <shelley.vohr@gmail.com>
file: fix_font_thickness.patch

View file

@ -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