aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-05-21 20:18:49 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-05-21 20:18:49 +0000
commit05fadd1b6ecd551d384cb20b16c385ced0df76a4 (patch)
treefcd970a1b04eb9d45472a72f2ec756187e3d21bf
parent4b8f8022550daa7458ed3de207d1300917d4a8cb (diff)
Fix problems with angle bot's configurations
BUG=skia:2577 R=borenet@google.com Author: robertphillips@google.com Review URL: https://codereview.chromium.org/296693009 git-svn-id: http://skia.googlecode.com/svn/trunk@14831 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r--tools/bench_pictures.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/bench_pictures.cfg b/tools/bench_pictures.cfg
index 78db4971b9..2628e5091d 100644
--- a/tools/bench_pictures.cfg
+++ b/tools/bench_pictures.cfg
@@ -65,13 +65,13 @@ msaa16 = Config(config='msaa16', viewport=[str(DEFAULT_VIEWPORT_X),
str(DEFAULT_VIEWPORT_Y)])
viewport_angle = Config(config='angle',
- viewport=[DEFAULT_TILE_X, DEFAULT_TILE_Y])
+ viewport=[DEFAULT_VIEWPORT_X, DEFAULT_VIEWPORT_Y])
# This dictionary defines the sets of configs for all platforms. Each config is
# a dictionary of key/value pairs directly corresponding to the command-line
# flags passed to bench_pictures.
bench_pictures_cfg = {
- 'angle': [viewport_angle, msaa4],
+ 'angle': [viewport_angle],
'debug': [ViewportBitmapConfig(DEFAULT_VIEWPORT_X, DEFAULT_VIEWPORT_Y)],
'default': default_configs,
'no_gpu': default_no_gpu,