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

Unified Diff: LayoutTests/rubberbanding/overhang-sw.html

Issue 648913002: Clean up vestiges of ScrollView. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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
Index: LayoutTests/rubberbanding/overhang-sw.html
diff --git a/LayoutTests/rubberbanding/overhang-sw.html b/LayoutTests/rubberbanding/overhang-sw.html
index dba8ca83f0eb4a5f947dfbf6f8732bdfca529c30..22028dda656da0aa87b649c4c0a4a0ce3a6e59d5 100644
--- a/LayoutTests/rubberbanding/overhang-sw.html
+++ b/LayoutTests/rubberbanding/overhang-sw.html
@@ -7,7 +7,7 @@
if (window.internals) {
document.getElementById('info').style.visibility = "hidden";
internals.settings.setMockScrollbarsEnabled(false);
- internals.setScrollViewPosition(document, -50, 50);
+ internals.setFrameViewPosition(document, -50, 50);
}
</script>
</body>

Powered by Google App Engine
This is Rietveld 408576698