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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutBox.h

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/layout/LayoutBox.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h
index 6245df237f467b09253150d7f41cdc040858f773..28fa7fd42d3d24bbf1c1a7f09275fd92c0933d08 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBox.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
@@ -389,7 +389,7 @@ class CORE_EXPORT LayoutBox : public LayoutBoxModelObject {
IntSize absoluteContentBoxOffset() const;
// The content box converted to absolute coords (taking transforms into
// account).
- FloatQuad absoluteContentQuad() const;
+ FloatQuad absoluteContentQuad(MapCoordinatesFlags = 0) const;
// The enclosing rectangle of the background with given opacity requirement.
LayoutRect backgroundRect(BackgroundRectType) const;
« no previous file with comments | « third_party/WebKit/Source/core/frame/VisualViewport.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698