Disable assertion of fBoundsIsDirty.
authorMike Klein <mtklein@google.com>
Wed, 16 Jul 2014 21:18:20 +0000 (17:18 -0400)
committerMike Klein <mtklein@google.com>
Wed, 16 Jul 2014 21:18:20 +0000 (17:18 -0400)
commit0b4cc892cb9edd4167133a465b01baa476ecc244
tree410b3f339f900a9510005ce270db248f87a8728c
parente194c495e95cbe92dfb9ed04515904a417fe7e9b
Disable assertion of fBoundsIsDirty.

We allow this to be raced on, and it may have already become not-dirty by the
time we get to this function if computed by another thread.

BUG=skia:

Review URL: https://codereview.chromium.org/398913002
include/core/SkPathRef.h