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

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

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
« no previous file with comments | « no previous file | Source/core/testing/Internals.cpp » ('j') | Source/core/testing/Internals.idl » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | Source/core/testing/Internals.cpp » ('j') | Source/core/testing/Internals.idl » ('J')

Powered by Google App Engine
This is Rietveld 408576698