commit | b0666ad3a9e99ce1a6e6d9ea69ff9f1ddbe74594 | [log] [tgz] |
---|---|---|
author | joshualitt <joshualitt@chromium.org> | Tue Mar 08 10:43:41 2016 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Tue Mar 08 10:43:42 2016 -0800 |
tree | 001b9a724edb773a657ced2446fdb9db996fcc17 | |
parent | d8a4f772115bbb9d50c0e73613bdd879833da690 [diff] [blame] |
Fix up GrAuditTrail to allow arbitrary reordering BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1765123002 Review URL: https://codereview.chromium.org/1765123002
diff --git a/tools/skiaserve/Request.cpp b/tools/skiaserve/Request.cpp index 46e3039..86527f8 100644 --- a/tools/skiaserve/Request.cpp +++ b/tools/skiaserve/Request.cpp
@@ -150,6 +150,7 @@ // for some reason we need to 'flush' the debug canvas by drawing all of the ops fDebugCanvas->drawTo(this->getCanvas(), this->getLastOp()); + this->getCanvas()->flush(); return true; }