| Index: tools/perf/measurements/smoothness_controller.py
|
| diff --git a/tools/perf/measurements/smoothness_controller.py b/tools/perf/measurements/smoothness_controller.py
|
| index f220fab600822628726b5b1fc6140350524c1d2e..3bcd285bf5a810ac0f41c3590e3e41a8ec670c84 100644
|
| --- a/tools/perf/measurements/smoothness_controller.py
|
| +++ b/tools/perf/measurements/smoothness_controller.py
|
| @@ -26,7 +26,9 @@ class SmoothnessController(object):
|
| self._interaction = None
|
|
|
| def Start(self, page, tab):
|
| - custom_categories = ['webkit.console', 'benchmark']
|
| + # FIXME: Remove webkit.console when blink.console lands in chromium and
|
| + # the ref builds are updated. crbug.com/386847
|
| + custom_categories = ['webkit.console', 'blink.console', 'benchmark']
|
| custom_categories += page.GetSyntheticDelayCategories()
|
| tab.browser.StartTracing(','.join(custom_categories), 60)
|
| if tab.browser.platform.IsRawDisplayFrameRateSupported():
|
|
|