Chromium Code Reviews| Index: Source/core/testing/Internals.h |
| =================================================================== |
| --- Source/core/testing/Internals.h (revision 175115) |
| +++ Source/core/testing/Internals.h (working copy) |
| @@ -321,6 +321,8 @@ |
| String textSurroundingNode(Node*, int x, int y, unsigned long maxLength); |
| + void setFocused(bool); |
| + |
| private: |
| explicit Internals(Document*); |
| Document* contextDocument() const; |