Adding sucessful exit message to VisualBench

BUG=skia:

Review URL: https://codereview.chromium.org/1287763004
This commit is contained in:
joshualitt 2015-08-19 08:21:48 -07:00 committed by Commit bot
parent 451af5062e
commit 5b4a7abd48

View File

@ -233,6 +233,7 @@ void VisualBench::preWarm(State nextState) {
void VisualBench::draw(SkCanvas* canvas) { void VisualBench::draw(SkCanvas* canvas) {
if (!this->advanceRecordIfNecessary(canvas)) { if (!this->advanceRecordIfNecessary(canvas)) {
SkDebugf("Exiting VisualBench successfully\n");
this->closeWindow(); this->closeWindow();
return; return;
} }