Chrome calls SkPath::pathRefIsValid() always in tandem with SkPath::isValid(). SkPathRef is a Skia internal detail that need not be exposed. To clean this up:
- Add SK_SUPPORT_DIRECT_PATHREF_VALIDATION temporarily to remove this dependency from Chrome, and remove call to SkPath::pathRefIsValid().
- Remove SK_SUPPORT_DIRECT_PATHREF_VALIDATION from Skia.
- Remove SK_SUPPORT_DIRECT_PATHREF_VALIDATION from Chrome.
Comment 1 by bugdroid1@chromium.org
, Dec 11