commit | e88b1fb7a5fc25e6c6c194b7191678c0fdba5415 | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Wed Jul 29 13:14:05 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Jul 29 13:14:05 2015 -0700 |
tree | d7e3ff081de343dcc4392347540abe962fa20a0c | |
parent | 3ae4701fe8a55880da4d75510f2eb1b57729196b [diff] |
Move non-trivial constructors out-of-line. There is more than one way to skin this SkPathPriv.h cat. These constructors are large enough that they probably shouldn't have been inlined like this anyway. BUG=skia:4126 Review URL: https://codereview.chromium.org/1253963004