commit | baf7a0731160a028e6ec53156553b480be567874 | [log] [tgz] |
---|---|---|
author | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon May 02 19:11:37 2011 +0000 |
committer | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon May 02 19:11:37 2011 +0000 |
tree | 067fff31d9a3504438a5763ec68dafb26218f6da | |
parent | 68f456d5686c8edbd3da6e7169a983306cc5ee39 [diff] [blame] |
add win-specific backend to SkDebugf git-svn-id: http://skia.googlecode.com/svn/trunk@1223 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/ports/SkDebug_stdio.cpp b/src/ports/SkDebug_stdio.cpp index 012613b..b40d507 100644 --- a/src/ports/SkDebug_stdio.cpp +++ b/src/ports/SkDebug_stdio.cpp
@@ -17,7 +17,7 @@ #include "SkTypes.h" -static const size_t kBufferSize = 256; +static const size_t kBufferSize = 2048; #include <stdarg.h> #include <stdio.h>