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; } |