| Index: third_party/WebKit/Source/core/layout/LayoutFrameSet.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutFrameSet.h b/third_party/WebKit/Source/core/layout/LayoutFrameSet.h
|
| index 3250cbb6ede0aa9cc99ee53c4579147410d3a428..5751f4ce0393b7dfde8b6cc58dcecd04755681fb 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutFrameSet.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutFrameSet.h
|
| @@ -139,6 +139,10 @@ class LayoutFrameSet final : public LayoutBox {
|
| void startResizing(GridAxis&, int position);
|
| void continueResizing(GridAxis&, int position);
|
|
|
| + bool paintedOutputOfObjectHasNoEffectRegardlessOfSize() const override {
|
| + return false;
|
| + }
|
| +
|
| LayoutObjectChildList m_children;
|
|
|
| GridAxis m_rows;
|
|
|