| Index: third_party/WebKit/Source/core/layout/LayoutView.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutView.h b/third_party/WebKit/Source/core/layout/LayoutView.h
|
| index d2036212776b80ba815be622db659abfe9d30354..c683ff2bd9728debb75e6f082efd5f70bd4c6e6a 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutView.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutView.h
|
| @@ -151,7 +151,8 @@ class CORE_EXPORT LayoutView final : public LayoutBlockFlow {
|
|
|
| void absoluteRects(Vector<IntRect>&,
|
| const LayoutPoint& accumulatedOffset) const override;
|
| - void absoluteQuads(Vector<FloatQuad>&) const override;
|
| + void absoluteQuads(Vector<FloatQuad>&,
|
| + MapCoordinatesFlags mode = 0) const override;
|
|
|
| LayoutRect viewRect() const override;
|
| LayoutRect overflowClipRect(
|
|
|