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

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

Issue 1328293002: Allow turning on selection painting without selection gaps via window.internals. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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
« Source/core/testing/Internals.h ('K') | « Source/core/testing/Internals.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/testing/Internals.idl
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
index 040bd7d78a209a3e1b57702f88ab0040924a2349..4eb5731ce854fb304284c7e12548d81907e2775d 100644
--- a/Source/core/testing/Internals.idl
+++ b/Source/core/testing/Internals.idl
@@ -338,6 +338,11 @@
ClientRectList outlineRects(Element element);
void setCapsLockState(boolean enabled);
+ // Allows setting whether selection painting should include selection gaps.
chrishtr 2015/09/08 22:59:02 You don't need this comment, it doesn't really add
wkorman 2015/09/08 23:08:38 Done.
+ // Only present while this alternate selection painting mode is in development
+ // and testing -- once it has fully launched this will become the default and
+ // the method can be removed.
+ void setSelectionPaintingWithoutSelectionGaps(boolean enabled);
// Returns whether the scrollbar was able to be shown or hidden; not all platforms
// support overlay scrollbars.
« Source/core/testing/Internals.h ('K') | « Source/core/testing/Internals.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698