summaryrefslogtreecommitdiff
path: root/gpu/GrPrintf_skia.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/GrPrintf_skia.cpp')
-rw-r--r--gpu/GrPrintf_skia.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpu/GrPrintf_skia.cpp b/gpu/GrPrintf_skia.cpp
index fa8b6a76..6da8822c 100644
--- a/gpu/GrPrintf_skia.cpp
+++ b/gpu/GrPrintf_skia.cpp
@@ -23,7 +23,7 @@
#include "SkTypes.h"
void GrPrintf(const char format[], ...) {
- const size_t MAX_BUFFER_SIZE = 512;
+ const size_t MAX_BUFFER_SIZE = 2048;
char buffer[MAX_BUFFER_SIZE + 1];
va_list args;