Index: tools/perf/benchmarks/draw_properties.py |
diff --git a/tools/perf/benchmarks/draw_properties.py b/tools/perf/benchmarks/draw_properties.py |
index fade7c5f122561a8a656ad1fd336ab93808d56cf..7a985fddbda4372e7b4975cdf09bd337bccad81c 100644 |
--- a/tools/perf/benchmarks/draw_properties.py |
+++ b/tools/perf/benchmarks/draw_properties.py |
@@ -9,8 +9,8 @@ import page_sets |
# This benchmark depends on tracing categories available in M43 |
-@benchmark.Disabled('reference','win', # http://crbug.com/463111 |
- 'android') # http://crbug.com/471786 |
+@benchmark.Disabled('reference', # http://crbug.com/463111 |
nednguyen
2015/04/16 21:29:07
Should we remove the "# http://crbug.com/463111"?
|
+ 'android') # http://crbug.com/471786 |
class DrawPropertiesToughScrolling(benchmark.Benchmark): |
test = draw_properties.DrawProperties |
page_set = page_sets.ToughScrollingCasesPageSet |