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

Unified Diff: Source/core/page/scrolling/ScrollingCoordinator.cpp

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
Index: Source/core/page/scrolling/ScrollingCoordinator.cpp
diff --git a/Source/core/page/scrolling/ScrollingCoordinator.cpp b/Source/core/page/scrolling/ScrollingCoordinator.cpp
index 78fd514563a839ebf2b1b6281e102ae8df06ed93..83057f396283b6e07a50e967c1fa4d5fdcfad12e 100644
--- a/Source/core/page/scrolling/ScrollingCoordinator.cpp
+++ b/Source/core/page/scrolling/ScrollingCoordinator.cpp
@@ -604,9 +604,8 @@ void ScrollingCoordinator::setWheelEventHandlerCount(unsigned count)
scrollLayer->setHaveWheelEventHandlers(count > 0);
}
-void ScrollingCoordinator::recomputeWheelEventHandlerCountForFrameView(FrameView* frameView)
+void ScrollingCoordinator::recomputeWheelEventHandlerCountForFrameView(FrameView*)
{
- UNUSED_PARAM(frameView);
setWheelEventHandlerCount(computeCurrentWheelEventHandlerCount());
}
« no previous file with comments | « Source/core/page/EventHandler.cpp ('k') | Source/core/platform/graphics/filters/custom/ValidatedCustomFilterOperation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698