skia2/tools/debugger
brianosman 1c9f9228e5 Fix skiaserve crash when displaying batch bounds
In my test case, the first actual batch would combine with the clear
issued before auditing had been enabled. After the successful combine,
we would try to inform the audit manager, but it didn't know about the
batch, triggering an assert (and subsequent crash). Fix is ijust to
ensure that no prior batches are pending when we turn on auditing.

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1894633002

Review URL: https://codereview.chromium.org/1894633002
2016-04-15 11:00:51 -07:00
..
SkDebugCanvas.cpp Fix skiaserve crash when displaying batch bounds 2016-04-15 11:00:51 -07:00
SkDebugCanvas.h Style bikeshed - remove extraneous whitespace 2016-03-29 09:03:53 -07:00
SkDrawCommand.cpp switch maskfilters to sk_sp 2016-04-04 10:02:58 -07:00
SkDrawCommand.h Style bikeshed - remove extraneous whitespace 2016-03-29 09:03:53 -07:00
SkObjectParser.cpp Style bikeshed - remove extraneous whitespace 2016-03-29 09:03:53 -07:00
SkObjectParser.h moved debugger support files from src/utils/debugger to tools/debugger 2016-02-09 12:44:06 -08:00
SkOverdrawMode.cpp change flattenable factory to return sk_sp 2016-04-03 09:11:13 -07:00
SkOverdrawMode.h switch xfermodes over to sk_sp 2016-03-29 11:32:50 -07:00