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

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

Issue 1177043016: [SP] Add a drawing recorder before painting caps lock indicator in password fields. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add layout tests and caps lock override hook for Internals. Created 5 years, 6 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.idl
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
index 246a775fbe32d6e9e33bab0dd9fd1efd78484828..7be1a57bf104339dfb95d76bbbf2fdc5741d942a 100644
--- a/Source/core/testing/Internals.idl
+++ b/Source/core/testing/Internals.idl
@@ -322,4 +322,5 @@
[Unscopeable] DOMString unscopeableMethod();
ClientRectList focusRingRects(Element element);
+ void setCurrentCapsLockState(boolean enabled);
};

Powered by Google App Engine
This is Rietveld 408576698