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

Unified Diff: Source/platform/scroll/ScrollAnimator.h

Issue 34273002: Remove UnusedParam.h (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 7 years 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 | « Source/platform/mac/WebFontCache.mm ('k') | Source/platform/scroll/ScrollAnimator.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/scroll/ScrollAnimator.h
diff --git a/Source/platform/scroll/ScrollAnimator.h b/Source/platform/scroll/ScrollAnimator.h
index 9f2e2dc25827e3425d4af44e47a4950d44e2148f..fdc227402fb0b9c9d52ea6d9c53e912c1b63593f 100644
--- a/Source/platform/scroll/ScrollAnimator.h
+++ b/Source/platform/scroll/ScrollAnimator.h
@@ -38,7 +38,6 @@
#include "wtf/FastAllocBase.h"
#include "wtf/Forward.h"
#include "wtf/Noncopyable.h"
-#include "wtf/UnusedParam.h"
namespace WebCore {
@@ -98,7 +97,7 @@ public:
virtual bool shouldScrollbarParticipateInHitTesting(Scrollbar*) { return true; }
- virtual void notifyContentAreaScrolled(const FloatSize& delta) { UNUSED_PARAM(delta); }
+ virtual void notifyContentAreaScrolled(const FloatSize&) { }
virtual bool isRubberBandInProgress() const { return false; }
« no previous file with comments | « Source/platform/mac/WebFontCache.mm ('k') | Source/platform/scroll/ScrollAnimator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698