Index: tools/sk_tool_utils.cpp |
diff --git a/tools/sk_tool_utils.cpp b/tools/sk_tool_utils.cpp |
index aab068cbd75df85e5064ed504043611c733fb3a9..710c2042716cf655045941e02bb838c9ff8f8609 100644 |
--- a/tools/sk_tool_utils.cpp |
+++ b/tools/sk_tool_utils.cpp |
@@ -345,4 +345,8 @@ void create_tetra_normal_map(SkBitmap* bm, const SkIRect& dst) { |
} |
} |
+void make_big_path(SkPath& path) { |
+ #include "BigPathBench.inc" |
+} |
+ |
} // namespace sk_tool_utils |