aboutsummaryrefslogtreecommitdiffstats
path: root/docs/SkRegion_Reference.bmh
diff options
context:
space:
mode:
authorCary Clark <caryclark@google.com>2018-09-07 14:17:08 -0400
committerSkia Commit-Bot <skia-commit-bot@chromium.org>2018-09-07 19:09:26 +0000
commita8cdc176c68659ccdef88806c968ebb4cd5a2217 (patch)
treebe6549593f46edb7230db6d9fa9dcc836f01dd47 /docs/SkRegion_Reference.bmh
parenteb50f434f0ff175153127875601e9bb3c0bfa5b5 (diff)
downloadplatform_external_skqp-a8cdc176c68659ccdef88806c968ebb4cd5a2217.tar.gz
platform_external_skqp-a8cdc176c68659ccdef88806c968ebb4cd5a2217.tar.bz2
platform_external_skqp-a8cdc176c68659ccdef88806c968ebb4cd5a2217.zip
reland fix picture subclass destructor doc
Failure to fully parse subclass destructor caused bookmaker to drop everything that followed. Fix it, and look for subclass constructors more thoroughly. Fixed ints that should have been size_t that broke the build the first time. Its weird that the trybot CL didn't catch this. TBR=caryclark@google.com Docs-Preview: https://skia.org/?cl=152666 Bug: skia:6898 Change-Id: Id2ec0e96e71c371c97f344f9e116be211fd220bc Reviewed-on: https://skia-review.googlesource.com/152666 Commit-Queue: Cary Clark <caryclark@google.com> Auto-Submit: Cary Clark <caryclark@google.com> Reviewed-by: Cary Clark <caryclark@google.com>
Diffstat (limited to 'docs/SkRegion_Reference.bmh')
-rw-r--r--docs/SkRegion_Reference.bmh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/SkRegion_Reference.bmh b/docs/SkRegion_Reference.bmh
index b664e2745d..4ca2fddaa5 100644
--- a/docs/SkRegion_Reference.bmh
+++ b/docs/SkRegion_Reference.bmh
@@ -315,7 +315,7 @@ Returns Region if set; otherwise, returns nullptr.
#Code
class SK_API Cliperator {
public:
- Cliperator(const SkRegion&, const SkIRect& clip);
+ Cliperator(const SkRegion& region, const SkIRect& clip);
bool done();
void next();
const SkIRect& rect() const;