From 98d2e2f095d9a5b784a32cfc2c34b30735dedcc3 Mon Sep 17 00:00:00 2001 From: joshualitt Date: Mon, 5 Oct 2015 07:23:30 -0700 Subject: Factor out VisualBench timing code into a helper class BUG=skia: Review URL: https://codereview.chromium.org/1375363003 --- tools/sk_tool_utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/sk_tool_utils.h') diff --git a/tools/sk_tool_utils.h b/tools/sk_tool_utils.h index b20c60ba76..e0ad1df3ec 100644 --- a/tools/sk_tool_utils.h +++ b/tools/sk_tool_utils.h @@ -17,6 +17,7 @@ class SkBitmap; class SkCanvas; class SkPaint; +class SkPath; class SkShader; class SkTestFont; class SkTextBlobBuilder; @@ -133,6 +134,7 @@ namespace sk_tool_utils { void create_tetra_normal_map(SkBitmap* bm, const SkIRect& dst); + void make_big_path(SkPath& path); } // namespace sk_tool_utils #endif // sk_tool_utils_DEFINED -- cgit v1.2.3