Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1303)

Unified Diff: Source/core/testing/Internals.h

Issue 1269123002: Preparation for combining paths of focus rings and outlines (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove debug from fast/css/focus-ring-recursive-continuations.html Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/testing/Internals.h
diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
index 15dab9e45ab2cc5f5af363970261ecfc2946f0e0..0ba3e551d3a4c7dc29465ef1a232ba0cb2c7cea9 100644
--- a/Source/core/testing/Internals.h
+++ b/Source/core/testing/Internals.h
@@ -366,7 +366,7 @@ public:
String unscopeableAttribute();
String unscopeableMethod();
- ClientRectList* focusRingRects(Element*);
+ ClientRectList* outlineRects(Element*);
void setCapsLockState(bool enabled);

Powered by Google App Engine
This is Rietveld 408576698