From 20027ceb284f470cda25d0ae2c35140b381e91c6 Mon Sep 17 00:00:00 2001 From: Heather Miller Date: Thu, 24 May 2018 15:53:36 -0400 Subject: [PATCH] Update Skia milestone to 69 TBR=reed@google.com Bug: skia: Change-Id: Ifabe4c89c9d0018da5d4f270d4e3fb5790e29bfc Reviewed-on: https://skia-review.googlesource.com/130120 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 db00cdcfe9..6254191e17 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 68 +#define SK_MILESTONE 69 #endif