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

Unified Diff: third_party/WebKit/Source/platform/scroll/ScrollAnimatorCompositorCoordinator.h

Issue 2383113003: Refactor ScrollableArea::setScrollPosition. (Closed)
Patch Set: Created 4 years, 2 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
Index: third_party/WebKit/Source/platform/scroll/ScrollAnimatorCompositorCoordinator.h
diff --git a/third_party/WebKit/Source/platform/scroll/ScrollAnimatorCompositorCoordinator.h b/third_party/WebKit/Source/platform/scroll/ScrollAnimatorCompositorCoordinator.h
index fcf80795f3cae4feacca9c70d7d12692765408e1..abcf806b8669dd94c0a4cfa07633ba36c4a313a9 100644
--- a/third_party/WebKit/Source/platform/scroll/ScrollAnimatorCompositorCoordinator.h
+++ b/third_party/WebKit/Source/platform/scroll/ScrollAnimatorCompositorCoordinator.h
@@ -112,7 +112,7 @@ class PLATFORM_EXPORT ScrollAnimatorCompositorCoordinator
protected:
explicit ScrollAnimatorCompositorCoordinator();
- void scrollPositionChanged(const DoublePoint& offset, ScrollType);
+ void scrollPositionChanged(DoublePoint offset, ScrollType);
void adjustImplOnlyScrollOffsetAnimation(const IntSize& adjustment);
IntSize implOnlyAnimationAdjustmentForTesting() {

Powered by Google App Engine
This is Rietveld 408576698