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

Unified Diff: Source/web/WebPopupMenuImpl.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/WebPopupMenuImpl.h
diff --git a/Source/web/WebPopupMenuImpl.h b/Source/web/WebPopupMenuImpl.h
index 4fb5da590c2d52b617a377d4bf9cda68cb7bb23a..1fd1c5bbd0326e042a5469580d1412bea66470f3 100644
--- a/Source/web/WebPopupMenuImpl.h
+++ b/Source/web/WebPopupMenuImpl.h
@@ -120,9 +120,7 @@ public:
virtual void invalidateContentsAndRootView(const WebCore::IntRect&) OVERRIDE FINAL;
virtual void invalidateContentsForSlowScroll(const WebCore::IntRect&) OVERRIDE FINAL;
virtual void scheduleAnimation() OVERRIDE FINAL;
- virtual void scroll(
- const WebCore::IntSize& scrollDelta, const WebCore::IntRect& scrollRect,
- const WebCore::IntRect& clipRect) OVERRIDE FINAL;
+ virtual void scroll(const WebCore::IntRect& clipRect) OVERRIDE FINAL;
virtual WebCore::IntRect rootViewToScreen(const WebCore::IntRect&) const OVERRIDE FINAL;
virtual WebScreenInfo screenInfo() const OVERRIDE FINAL;

Powered by Google App Engine
This is Rietveld 408576698