Chromium Code Reviews| Index: third_party/WebKit/Source/core/testing/Internals.idl |
| diff --git a/third_party/WebKit/Source/core/testing/Internals.idl b/third_party/WebKit/Source/core/testing/Internals.idl |
| index b36d5e2e67e3eeed271df40b8475ff8a03f07832..e6f58d787dffd6aba5339604f029042c1c16ad5e 100644 |
| --- a/third_party/WebKit/Source/core/testing/Internals.idl |
| +++ b/third_party/WebKit/Source/core/testing/Internals.idl |
| @@ -60,7 +60,7 @@ |
| [RaisesException] boolean hasSelectorForClassInShadow(Element host, DOMString className); |
| [RaisesException] boolean hasSelectorForAttributeInShadow(Element host, DOMString attributeName); |
| [RaisesException] unsigned short compareTreeScopePosition(Node treeScope1, Node treeScope2); |
| - [RaisesException] unsigned long updateStyleAndReturnAffectedElementCount(); |
| + [RaisesException] unsigned long updateStyleAndLayoutAndReturnAffectedElementCount(); |
|
Timothy Loh
2016/05/04 01:54:58
Let's not rename the Internals functions in this p
nainar
2016/05/04 07:29:51
Removed the renames from Internals.
|
| [RaisesException] unsigned long needsLayoutCount(); |
| [RaisesException] unsigned long hitTestCount(Document document); |
| [RaisesException] unsigned long hitTestCacheHits(Document document); |
| @@ -240,7 +240,7 @@ |
| // |node| should be Document, HTMLIFrameElement, or unspecified. |
| // If |node| is an HTMLIFrameElement, it assumes node.contentDocument is |
| // specified without security checks. Unspecified means this document. |
| - [RaisesException] void updateLayoutIgnorePendingStylesheetsAndRunPostLayoutTasks(optional Node? node = null); |
| + [RaisesException] void updateStyleAndLayoutIgnorePendingStylesheetsAndRunPostLayoutTasks(optional Node? node = null); |
| [RaisesException] void forceFullRepaint(Document document); |