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

Unified Diff: Source/core/loader/EmptyClients.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/core/loader/EmptyClients.h
diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h
index 37e21d5d7d8ddc18d613ad5bbb7428fa31849616..5c4ff7f4ee6ce5d591f3f1ee7247b23f06809fc7 100644
--- a/Source/core/loader/EmptyClients.h
+++ b/Source/core/loader/EmptyClients.h
@@ -128,7 +128,7 @@ public:
virtual void invalidateContentsAndRootView(const IntRect&) OVERRIDE { }
virtual void invalidateContentsForSlowScroll(const IntRect&) OVERRIDE { }
- virtual void scroll(const IntSize&, const IntRect&, const IntRect&) OVERRIDE { }
+ virtual void scroll() OVERRIDE { }
virtual void scheduleAnimation() OVERRIDE { }
virtual IntRect rootViewToScreen(const IntRect& r) const OVERRIDE { return r; }

Powered by Google App Engine
This is Rietveld 408576698