Send SkDebugf through stderr and flush on Windows too.
authormtklein <mtklein@chromium.org>
Wed, 28 Oct 2015 16:50:31 +0000 (09:50 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 28 Oct 2015 16:50:31 +0000 (09:50 -0700)
commitbdef140b5092b129936937cdcba8ffc2a9a5332b
tree11474f10ff221711232d36ed402646851fc426ac
parent24a592c2ef586eaffefab068fdf94c284ae80e57
Send SkDebugf through stderr and flush on Windows too.

This makes it consistent with Linux/Mac.  There, stderr is not buffered, so the flush is not needed / implicit.

BUG=skia:

Review URL: https://codereview.chromium.org/1419073003
src/ports/SkDebug_win.cpp