Index: Source/core/testing/Internals.h |
diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h |
index 323378a8b49b27e363e2df55053d614ea2b033a6..bcb0e6fcde8654258e2c6235a8a7c2ec573bed3b 100644 |
--- a/Source/core/testing/Internals.h |
+++ b/Source/core/testing/Internals.h |
@@ -355,6 +355,8 @@ public: |
String unscopeableAttribute(); |
String unscopeableMethod(); |
+ ClientRectList* focusRingRects(Element*); |
+ |
private: |
explicit Internals(Document*); |
Document* contextDocument() const; |