| Index: tools/perf/benchmarks/draw_properties.py
|
| diff --git a/tools/perf/benchmarks/draw_properties.py b/tools/perf/benchmarks/draw_properties.py
|
| index ae7fee5f15b6ac85effaac4c0ee0827b4653a6a9..fade7c5f122561a8a656ad1fd336ab93808d56cf 100644
|
| --- a/tools/perf/benchmarks/draw_properties.py
|
| +++ b/tools/perf/benchmarks/draw_properties.py
|
| @@ -9,7 +9,8 @@ import page_sets
|
|
|
|
|
| # This benchmark depends on tracing categories available in M43
|
| -@benchmark.Disabled('reference','win') # http://crbug.com/463111
|
| +@benchmark.Disabled('reference','win', # http://crbug.com/463111
|
| + 'android') # http://crbug.com/471786
|
| class DrawPropertiesToughScrolling(benchmark.Benchmark):
|
| test = draw_properties.DrawProperties
|
| page_set = page_sets.ToughScrollingCasesPageSet
|
| @@ -19,7 +20,8 @@ class DrawPropertiesToughScrolling(benchmark.Benchmark):
|
|
|
|
|
| # This benchmark depends on tracing categories available in M43
|
| -@benchmark.Disabled('reference','win') # http://crbug.com/463111
|
| +@benchmark.Disabled('reference','win', # http://crbug.com/463111
|
| + 'android') # http://crbug.com/471786
|
| class DrawPropertiesTop25(benchmark.Benchmark):
|
| """Measures the relative performance of CalcDrawProperties vs computing draw
|
| properties from property trees.
|
|
|