Chromium Code Reviews| Index: Source/core/testing/Internals.idl |
| =================================================================== |
| --- Source/core/testing/Internals.idl (revision 175115) |
| +++ Source/core/testing/Internals.idl (working copy) |
| @@ -280,4 +280,6 @@ |
| void setValueForUser(Element element, DOMString value); |
| DOMString textSurroundingNode(Node node, long x, long y, unsigned long maxLength); |
| + |
| + void setFocused(boolean focused); |
| }; |