From 96b17aa461068bc9c222cb4b235231ed9c2d275c Mon Sep 17 00:00:00 2001 From: "borenet@google.com" Date: Tue, 15 Jan 2013 15:50:42 +0000 Subject: [PATCH] Turn off timeIndividualTiles The parser isn't working properly. Review URL: https://codereview.appspot.com/7100057 git-svn-id: http://skia.googlecode.com/svn/trunk@7183 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tools/bench_pictures_cfg_helper.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/bench_pictures_cfg_helper.py b/tools/bench_pictures_cfg_helper.py index 55d06da..65d63a4 100644 --- a/tools/bench_pictures_cfg_helper.py +++ b/tools/bench_pictures_cfg_helper.py @@ -15,7 +15,9 @@ def Config(**kwargs): def TileArgs(tile_x, tile_y): return {'mode': ['tile', str(tile_x), str(tile_y)], - 'timeIndividualTiles': True} + # TODO(borenet): Turn this back on once the parser is working. + #'timeIndividualTiles': True + } def BitmapConfig(**kwargs): -- 2.7.4