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

Unified Diff: third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp

Issue 2657183002: Use full mapLocalToAncestor machinery in ScrollingCoordinator. (Closed)
Patch Set: Delete unused test file 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/paint/PaintLayerScrollableArea.cpp
diff --git a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
index a07dab9112d8792e548718742efcd4614b31113e..4265852bc64dcbcd41b4ff229e49a871c644774e 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
+++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
@@ -598,7 +598,7 @@ bool PaintLayerScrollableArea::scrollbarsCanBeActive() const {
}
IntRect PaintLayerScrollableArea::scrollableAreaBoundingBox() const {
- return box().absoluteBoundingBoxRect();
+ return box().absoluteBoundingBoxRect(TraverseDocumentBoundaries);
}
void PaintLayerScrollableArea::registerForAnimation() {

Powered by Google App Engine
This is Rietveld 408576698