From 9a9a43d2d6d1e014dfd3c96be4f59d25d6484e39 Mon Sep 17 00:00:00 2001 From: Chinmay Garde Date: Tue, 22 Nov 2016 11:25:53 -0800 Subject: [PATCH] Update Freetype revision to pull in font driver fixes. (flutter/engine#3254) --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index fde38bbff7c..987434e8898 100644 --- a/DEPS +++ b/DEPS @@ -145,7 +145,7 @@ deps_os = { Var('chromium_git') + '/chromium/third_party/robolectric.git' + '@' + '6b63c99a8b6967acdb42cbed0adb067c80efc810', 'src/third_party/freetype2': - Var('fuchsia_git') + '/third_party/freetype2' + '@' + '6cfcc4303b6fc7850f764e41f72a89d67e301f44', + Var('fuchsia_git') + '/third_party/freetype2' + '@' + 'e23a030e9b43c648249477fdf7bf5305d2cc8f59', }, }