| Index: tools/sk_tool_utils.h
|
| diff --git a/tools/sk_tool_utils.h b/tools/sk_tool_utils.h
|
| index b20c60ba7632d9ed98f6f6cdd84f47e06ac4c99f..e0ad1df3ecca7a7a38b0b57fc1a2c87d45a03e13 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
|
|
|