comment SK_API and add fix params
authorCary Clark <caryclark@google.com>
Thu, 18 May 2017 19:27:57 +0000 (15:27 -0400)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Thu, 18 May 2017 20:06:21 +0000 (20:06 +0000)
commit0e616cf9e34b306d53fb69a4db76fee02fd1dcc3
tree4eba3aa39ae79d345a89b6e60056ce75f446f8c2
parent3af1af9e979552cf2e3b22feb1de5aeba810fc4e
comment SK_API and add fix params

I thought that SK_API on operator== was
redundant with SK_API on the enclosing class,
and was not needed. Turns out for mac_chromium_debug_ng
it is needed. Added comments for history.

Meanwhile, bookmaker found some missing and
mis-named parameters, so all is not lost.

R=reed@google.com

Change-Id: I88645666a9d06ec90c5ac133673460d6e6c75528
Reviewed-on: https://skia-review.googlesource.com/17277
Commit-Queue: Cary Clark <caryclark@google.com>
Reviewed-by: Mike Reed <reed@google.com>
include/core/SkMatrix.h
include/core/SkPaint.h
include/core/SkPath.h