aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/picture_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/picture_utils.h')
-rw-r--r--tools/picture_utils.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/picture_utils.h b/tools/picture_utils.h
index 2cda45bd40..c0c5d8f069 100644
--- a/tools/picture_utils.h
+++ b/tools/picture_utils.h
@@ -28,6 +28,11 @@ namespace sk_tools {
// Returns true if the string ends with %
bool is_percentage(char* const string);
+ // Prints to STDOUT so that test results can be easily seperated from the
+ // error stream. Note, that this still prints to the same stream as SkDebugf
+ // on Andoid.
+ void print_msg(const char msg[]);
+
// Prepares the bitmap so that it can be written.
//
// Specifically, it configures the bitmap, allocates pixels and then