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; |