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

Unified Diff: LayoutTests/fast/events/panScroll-panIcon.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/fast/events/panScroll-panIcon.html
diff --git a/LayoutTests/fast/events/panScroll-panIcon.html b/LayoutTests/fast/events/panScroll-panIcon.html
index 410fcf54faef7fd8b94bf61307749831a29f5de1..f7eb6584a06107e437332b32bae334022a9ffb0e 100644
--- a/LayoutTests/fast/events/panScroll-panIcon.html
+++ b/LayoutTests/fast/events/panScroll-panIcon.html
@@ -19,7 +19,7 @@
<script>
function $(id) { return document.getElementById(id); }
var MIDDLE_BUTTON = 1;
-var PAN_SCROLL_RADIUS = 15; // from WebCore/platform/ScrollView.h
+var PAN_SCROLL_RADIUS = 15; // from FrameView::noPanScrollRadius
function setUpTest()
{
« no previous file with comments | « LayoutTests/compositing/rubberbanding/transform-overhang-w.html ('k') | LayoutTests/fast/events/resources/panScroll.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698