From 2a2f67592602b18527bc3fd449132d420cd5b62e Mon Sep 17 00:00:00 2001 From: Hal Canary Date: Mon, 11 Jun 2018 21:44:01 -0400 Subject: SkTypes: extract SkTo Change-Id: I8de790d5013db2105ad885fa2683303d7c250b09 Reviewed-on: https://skia-review.googlesource.com/133620 Reviewed-by: Mike Klein --- gm/tallstretchedbitmaps.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gm/tallstretchedbitmaps.cpp') diff --git a/gm/tallstretchedbitmaps.cpp b/gm/tallstretchedbitmaps.cpp index b70ae3dc35..a16f54ac96 100644 --- a/gm/tallstretchedbitmaps.cpp +++ b/gm/tallstretchedbitmaps.cpp @@ -6,10 +6,12 @@ */ #include "gm.h" + #include "SkCanvas.h" #include "SkGradientShader.h" #include "SkPath.h" #include "SkRandom.h" +#include "SkTo.h" int make_bm(SkBitmap* bm, int height) { constexpr int kRadius = 22; -- cgit v1.2.3