Chromium Code Reviews| Index: Source/core/testing/Internals.h |
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h |
| index f323d1b2239b51506f5d13575e7715ac22a6359e..370b94c9cacd28e099d98ff9a845b07988ea04f2 100644 |
| --- a/Source/core/testing/Internals.h |
| +++ b/Source/core/testing/Internals.h |
| @@ -363,6 +363,8 @@ public: |
| ClientRectList* focusRingRects(Element*); |
| + void setCapsLockState(bool enabled); |
| + |
| private: |
| explicit Internals(Document*); |
| Document* contextDocument() const; |