Title: [271496] trunk/Source/WebCore
- Revision
- 271496
- Author
- [email protected]
- Date
- 2021-01-14 12:54:26 -0800 (Thu, 14 Jan 2021)
Log Message
Unreviewed. Remove unused variable warning.
No new tests, no behavior change.
* platform/ScrollAnimator.cpp:
(WebCore::ScrollAnimator::adjustScrollOffsetForSnappingIfNeeded):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (271495 => 271496)
--- trunk/Source/WebCore/ChangeLog 2021-01-14 20:19:22 UTC (rev 271495)
+++ trunk/Source/WebCore/ChangeLog 2021-01-14 20:54:26 UTC (rev 271496)
@@ -1,3 +1,12 @@
+2021-01-14 Lauro Moura <[email protected]>
+
+ Unreviewed. Remove unused variable warning.
+
+ No new tests, no behavior change.
+
+ * platform/ScrollAnimator.cpp:
+ (WebCore::ScrollAnimator::adjustScrollOffsetForSnappingIfNeeded):
+
2021-01-14 Geoffrey Garen <[email protected]>
Removed most uses of dispatch_async(dispatch_get_main_queue(), ...)
Modified: trunk/Source/WebCore/platform/ScrollAnimator.cpp (271495 => 271496)
--- trunk/Source/WebCore/platform/ScrollAnimator.cpp 2021-01-14 20:19:22 UTC (rev 271495)
+++ trunk/Source/WebCore/platform/ScrollAnimator.cpp 2021-01-14 20:54:26 UTC (rev 271496)
@@ -375,6 +375,7 @@
newOffset.setY(m_scrollController.adjustScrollDestination(ScrollEventAxis::Vertical, newOffset.y(), velocity.height(), originalYOffset));
return newOffset;
#else
+ UNUSED_PARAM(method);
return offset;
#endif
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes