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

Unified Diff: third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h

Issue 2657183002: Use full mapLocalToAncestor machinery in ScrollingCoordinator. (Closed)
Patch Set: test expectations Created 3 years, 11 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/core/page/scrolling/ScrollingCoordinator.h
diff --git a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h
index 161f9786cb93e753a2bf908d47b81f734ff7ef67..3b73e61632babca2717ee1e458440b028cd83a3d 100644
--- a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h
+++ b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h
@@ -122,8 +122,7 @@ class CORE_EXPORT ScrollingCoordinator final
void updateClipParentForGraphicsLayer(GraphicsLayer* child,
const PaintLayer* parent);
Region computeShouldHandleScrollGestureOnMainThreadRegion(
- const LocalFrame*,
- const IntPoint& frameLocation) const;
+ const LocalFrame*) const;
void updateTouchEventTargetRectsIfNeeded();

Powered by Google App Engine
This is Rietveld 408576698