Chromium Code Reviews| Index: Source/core/testing/Internals.h |
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h |
| index 476062e07479331ec428d018a98ed9b35adcab6e..c613d3112005432f507283559b20f0a630d4b5c9 100644 |
| --- a/Source/core/testing/Internals.h |
| +++ b/Source/core/testing/Internals.h |
| @@ -373,6 +373,8 @@ public: |
| void setCapsLockState(bool enabled); |
| + void setSelectionPaintingWithoutSelectionGaps(bool enabled); |
|
chrishtr
2015/09/08 22:59:02
setSelectionPaintingWithoutSelectionGapsEnabled
wkorman
2015/09/08 23:08:38
Done.
|
| + |
| bool setScrollbarVisibilityInScrollableArea(Node*, bool visible); |
| void forceRestrictIFramePermissions(); |