From 2f2658506c4d344daa40dce57e69ca2e209ed99a Mon Sep 17 00:00:00 2001 From: Heather Miller Date: Thu, 20 Aug 2020 08:17:24 -0400 Subject: [PATCH] Update Skia milestone to 87 Change-Id: Ic755236e56a0b8064c5539c0a483fffbd4d9f334 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/312156 Reviewed-by: Heather Miller Commit-Queue: Heather Miller --- include/core/SkMilestone.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/core/SkMilestone.h b/include/core/SkMilestone.h index 267b8606d4..f45e36f1ee 100644 --- a/include/core/SkMilestone.h +++ b/include/core/SkMilestone.h @@ -5,5 +5,5 @@ * found in the LICENSE file. */ #ifndef SK_MILESTONE -#define SK_MILESTONE 86 +#define SK_MILESTONE 87 #endif