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

Unified Diff: Source/platform/HostWindow.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/platform/HostWindow.h
diff --git a/Source/platform/HostWindow.h b/Source/platform/HostWindow.h
index fd7e098ff35d450a98b1117fed5226c2f1e2fc24..7744e3f1f5bc36b54b8dd2326c94fb24789c8884 100644
--- a/Source/platform/HostWindow.h
+++ b/Source/platform/HostWindow.h
@@ -49,8 +49,7 @@ public:
// Requests the host invalidate the contents and the root view.
virtual void invalidateContentsAndRootView(const IntRect& updateRect) = 0;
- // Requests the host scroll backingstore by the specified delta, rect to scroll, and clip rect.
- virtual void scroll(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect) = 0;
+ virtual void scroll(const IntRect& clipRect) = 0;
// Requests the host invalidate the contents, not the root view. This is the slow path for scrolling.
virtual void invalidateContentsForSlowScroll(const IntRect& updateRect) = 0;

Powered by Google App Engine
This is Rietveld 408576698