aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm
diff options
context:
space:
mode:
authorGravatar scroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-07-09 16:05:53 +0000
committerGravatar scroggo@google.com <scroggo@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-07-09 16:05:53 +0000
commitd3ba5cc85e24896f980ed1ba6e3f4495973baeb3 (patch)
tree9f06015798cb382d97a3725624fd65b0db46cfa6 /gm
parente3dbedb44cad6c7b7e5c9aae5224d0b0abec9bf4 (diff)
In SkGPipe, set a limit on the amount of flattenables cached.
Also fix a type in gmmain. Review URL: https://codereview.appspot.com/6351061 git-svn-id: http://skia.googlecode.com/svn/trunk@4473 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gm')
-rw-r--r--gm/gmmain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/gmmain.cpp b/gm/gmmain.cpp
index b78fb9e8a9..a360c47a57 100644
--- a/gm/gmmain.cpp
+++ b/gm/gmmain.cpp
@@ -683,7 +683,7 @@ static ErrorBitfield test_tiled_pipe_playback(GM* gm,
gPipeWritingFlagCombos[i].flags);
invokeGM(gm, pipeCanvas);
writer.endRecording();
- SkString string("-pipe");
+ SkString string("-tiled pipe");
string.append(gPipeWritingFlagCombos[i].name);
errors |= handle_test_results(gm, gRec, NULL, NULL, diffPath,
string.c_str(), bitmap, NULL, &comparisonBitmap);