Index: tools/sk_tool_utils.h |
diff --git a/tools/sk_tool_utils.h b/tools/sk_tool_utils.h |
index c4d7c8a265b26c463a09df36aff5085386da9aab..2cde222934e2b8336bb57028eb674e9853b329cd 100644 |
--- a/tools/sk_tool_utils.h |
+++ b/tools/sk_tool_utils.h |
@@ -26,6 +26,9 @@ class SkTextBlobBuilder; |
namespace sk_tool_utils { |
+ /** Rotate the canvas around the given point. */ |
+ void rotate_about(SkCanvas* canvas, SkScalar degrees, SkScalar px, SkScalar py); |
+ |
const char* colortype_name(SkColorType); |
/** |