cbc954bf57
According to go/chrome-includes [1], this will save about 185MB (0.08%) off the Chrome build (some of which is handled by https://skia-review.googlesource.com/c/skia/+/512776). http://screen/3foDapQ5BN7srcG This adds several forward declares and moves several implementations from SkPath.h to SkPath.cpp. This also removes privateSetConvexity from SkPathBuilder because the SkPathConvexity being set to a non-zero default value would have required moving the enum out of SkPathRef or adding an include link. This private API was only used in one location, so I just opted to remove it. [1] https://commondatastorage.googleapis.com/chromium-browser-clang/include-analysis.html#view=edges&filter=%5Ethird_party%2Fskia%2Finclude%2Fcore%2FSkPath%5C.h%24&sort=asize&reverse=&includer=%5Ethird_party%2Fskia%2Finclude%2Fcore%2FSkPath%5C.h%24&included=&limit=1000 Change-Id: Ie1f83ac3eee6eb19d7ded18a41a7532f445c13ee Bug: 242216 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/512357 Reviewed-by: Robert Phillips <robertphillips@google.com> Reviewed-by: Brian Osman <brianosman@google.com> |
||
---|---|---|
.. | ||
android | ||
c | ||
codec | ||
config | ||
core | ||
docs | ||
effects | ||
encode | ||
gpu | ||
pathops | ||
ports | ||
private | ||
sksl | ||
svg | ||
third_party | ||
utils | ||
OWNERS |