| Index: tools/perf/page_sets/top_25_repaint.py
|
| diff --git a/tools/perf/page_sets/top_25_repaint.py b/tools/perf/page_sets/top_25_repaint.py
|
| index d8991be8d0b43b3327b0561e0e0449799b3dd170..3266033b0d8379b131f6c2e1dc37d9d69d11a789 100644
|
| --- a/tools/perf/page_sets/top_25_repaint.py
|
| +++ b/tools/perf/page_sets/top_25_repaint.py
|
| @@ -29,7 +29,7 @@ class TopRepaintPage(page_module.Page):
|
|
|
|
|
| def _CreatePageClassWithRepaintInteractions(page_cls, mode, width, height):
|
| - class DerivedRepaintPage(page_cls): # pylint: disable=W0232
|
| + class DerivedRepaintPage(page_cls): # pylint: disable=no-init
|
|
|
| def RunPageInteractions(self, action_runner):
|
| repaint_helpers.Repaint(
|
|
|