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

Unified Diff: Source/web/ChromeClientImpl.h

Issue 348193002: Remove some dead scrolling paths and unused params (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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: Source/web/ChromeClientImpl.h
diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h
index 708481c2152f78430e86c0b205bea34e4702ec00..5b9e6ff0b2797404796d0700947128318f3bbeed 100644
--- a/Source/web/ChromeClientImpl.h
+++ b/Source/web/ChromeClientImpl.h
@@ -118,9 +118,7 @@ public:
virtual void invalidateContentsAndRootView(const WebCore::IntRect&) OVERRIDE;
virtual void invalidateContentsForSlowScroll(const WebCore::IntRect&) OVERRIDE;
virtual void scheduleAnimation() OVERRIDE;
- virtual void scroll(
- const WebCore::IntSize& scrollDelta, const WebCore::IntRect& rectToScroll,
- const WebCore::IntRect& clipRect) OVERRIDE;
+ virtual void scroll() OVERRIDE;
virtual WebCore::IntRect rootViewToScreen(const WebCore::IntRect&) const OVERRIDE;
virtual WebScreenInfo screenInfo() const OVERRIDE;
virtual void contentsSizeChanged(WebCore::LocalFrame*, const WebCore::IntSize&) const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698