From 884dd7d428e3913efaead21af83a9d8848062c83 Mon Sep 17 00:00:00 2001 From: Cary Clark Date: Wed, 11 Oct 2017 10:37:52 -0400 Subject: General clean up on bookmaker. Command line runs without error for SkBitmap, SkPath, SkRect, SkIRect, SkPixmap, SkCanvas. Docs-Preview: https://skia.org/?cl=57112 TBR: caryclark@google.com Bug: skia:6898 Change-Id: I73b69ae8ffdf0a1e6bc187dc8a9dfb28f7766faa Reviewed-on: https://skia-review.googlesource.com/57112 Reviewed-by: Cary Clark Commit-Queue: Cary Clark --- docs/SkPath_Reference.bmh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/SkPath_Reference.bmh') diff --git a/docs/SkPath_Reference.bmh b/docs/SkPath_Reference.bmh index 8eb00777b7..e38b30da77 100644 --- a/docs/SkPath_Reference.bmh +++ b/docs/SkPath_Reference.bmh @@ -1025,7 +1025,7 @@ canvas->drawPath(path, paint); #Enum Convexity #Code - enum Convexity { + enum Convexity : uint8_t { kUnknown_Convexity, kConvex_Convexity, kConcave_Convexity, -- cgit v1.2.3