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

Unified Diff: LayoutTests/fast/scrolling/scrollbar-tickmarks-hittest.html

Issue 23819053: Rename usesOverlayScrollbars of settings to mockScrollbarsUseOverlay (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: mockScrollbarsUses... -> mockScrollbarsUse... Created 7 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 | « LayoutTests/fast/scrolling/overlay-scrollbars.html ('k') | Source/core/page/Settings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/scrolling/scrollbar-tickmarks-hittest.html
diff --git a/LayoutTests/fast/scrolling/scrollbar-tickmarks-hittest.html b/LayoutTests/fast/scrolling/scrollbar-tickmarks-hittest.html
index 2e631767846a20fd9f582a753ba9174042b3c01a..463f8156221f910810027f2260568570256fcfbd 100644
--- a/LayoutTests/fast/scrolling/scrollbar-tickmarks-hittest.html
+++ b/LayoutTests/fast/scrolling/scrollbar-tickmarks-hittest.html
@@ -13,7 +13,8 @@ onload = function()
var elt = document.getElementById('elt');
range.selectNodeContents(elt);
if (window.internals) {
- window.internals.setUsesOverlayScrollbars(true);
+ window.internals.settings.setMockScrollbarsEnabled(true);
+ window.internals.settings.setMockScrollbarsUseOverlay(true);
window.internals.addTextMatchMarker(range, true);
}
if (window.testRunner)
« no previous file with comments | « LayoutTests/fast/scrolling/overlay-scrollbars.html ('k') | Source/core/page/Settings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698