From 38a9a29f4f9436cace7f0e7abf9c586057df8a4e Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Wed, 13 Feb 2019 16:23:34 +0100 Subject: BASELINE: Update Chromium to 73.0.3683.37 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I08c9af2948b645f671e5d933aca1f7a90ea372f2 Reviewed-by: Michael BrĂ¼ning --- chromium/third_party/blink/public/platform/web_font_render_style.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chromium/third_party/blink/public/platform/web_font_render_style.h') diff --git a/chromium/third_party/blink/public/platform/web_font_render_style.h b/chromium/third_party/blink/public/platform/web_font_render_style.h index 08e0ec124e0..75853e26e15 100644 --- a/chromium/third_party/blink/public/platform/web_font_render_style.h +++ b/chromium/third_party/blink/public/platform/web_font_render_style.h @@ -31,6 +31,7 @@ #define THIRD_PARTY_BLINK_PUBLIC_PLATFORM_WEB_FONT_RENDER_STYLE_H_ #include "SkFontStyle.h" +#include "SkFontTypes.h" #include "SkPaint.h" #include "third_party/blink/public/platform/web_string.h" #include "third_party/skia/include/core/SkRefCnt.h" @@ -72,7 +73,6 @@ struct WebFontRenderStyle { // kNoPreference in |other|. void OverrideWith(const WebFontRenderStyle& other); - void ApplyToSkPaint(SkPaint&, float device_scale_factor) const; void ApplyToSkFont(SkFont*, float device_scale_factor) const; // Each of the use* members below can take one of three values: -- cgit v1.2.1