Chromium Code Reviews| 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. |