| Index: tools/dom/scripts/htmlrenamer.py
|
| diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py
|
| index f54b81662754131ce71117522b4082678490617c..92aa17ed886adf8bb302d9ba1c1c4a90f0b4c703 100644
|
| --- a/tools/dom/scripts/htmlrenamer.py
|
| +++ b/tools/dom/scripts/htmlrenamer.py
|
| @@ -380,6 +380,13 @@ private_html_members = monitored.Set('htmlrenamer.private_html_members', [
|
| 'Window.getComputedStyle',
|
| 'Window.clearInterval',
|
| 'Window.clearTimeout',
|
| + # TODO(tll): These have been converted from int to double in Chrome 39 for
|
| + # subpixel precision. Special case for backward compatibility.
|
| + 'Window.scrollX',
|
| + 'Window.scrollY',
|
| + 'Window.pageXOffset',
|
| + 'Window.pageYOffset',
|
| +
|
| 'WindowTimers.clearInterval',
|
| 'WindowTimers.clearTimeout',
|
| 'WindowTimers.setInterval',
|
|
|