| Index: third_party/WebKit/Source/core/layout/api/LayoutBoxItem.h
|
| diff --git a/third_party/WebKit/Source/core/layout/api/LayoutBoxItem.h b/third_party/WebKit/Source/core/layout/api/LayoutBoxItem.h
|
| index a93c022df467f84758665e03a426afa142b2dab7..b51a0b37e6db1994e6e130f508d89db32abbe249 100644
|
| --- a/third_party/WebKit/Source/core/layout/api/LayoutBoxItem.h
|
| +++ b/third_party/WebKit/Source/core/layout/api/LayoutBoxItem.h
|
| @@ -62,8 +62,8 @@ class LayoutBoxItem : public LayoutBoxModel {
|
| toBox()->mapLocalToAncestor(ancestor, state, flags);
|
| }
|
|
|
| - FloatQuad absoluteContentQuad() const {
|
| - return toBox()->absoluteContentQuad();
|
| + FloatQuad absoluteContentQuad(MapCoordinatesFlags flags = 0) const {
|
| + return toBox()->absoluteContentQuad(flags);
|
| }
|
|
|
| private:
|
|
|