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

Unified Diff: Source/platform/mac/ScrollAnimatorMac.h

Issue 212063004: Remove Ununsed Input Variable from ScrollAnimator NotifyPosChange (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 6 years, 9 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
« no previous file with comments | « no previous file | Source/platform/mac/ScrollAnimatorMac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/mac/ScrollAnimatorMac.h
diff --git a/Source/platform/mac/ScrollAnimatorMac.h b/Source/platform/mac/ScrollAnimatorMac.h
index f7efdd2e8d0f98364d87e79e5aa287fcb323fcfd..d893982f0133c14e2e79c19dabe7186c64f57441 100644
--- a/Source/platform/mac/ScrollAnimatorMac.h
+++ b/Source/platform/mac/ScrollAnimatorMac.h
@@ -97,7 +97,6 @@ private:
virtual void cancelAnimations() OVERRIDE;
virtual void setIsActive() OVERRIDE;
- virtual void notifyPositionChanged(const FloatSize& delta) OVERRIDE;
virtual void contentAreaWillPaint() const OVERRIDE;
virtual void mouseEnteredContentArea() const OVERRIDE;
virtual void mouseExitedContentArea() const OVERRIDE;
« no previous file with comments | « no previous file | Source/platform/mac/ScrollAnimatorMac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698