| Index: third_party/WebKit/Source/core/layout/LayoutObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| index 5c4710f70dcd529f0ad6677e85d0bac7f11f5d6d..6f8ec8cd23976ba46ae7af83105138f122ee69bb 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -1403,6 +1403,8 @@ public:
|
|
|
| void clearChildNeedsOverflowRecalcAfterStyleChange() { m_bitfields.setChildNeedsOverflowRecalcAfterStyleChange(false); }
|
|
|
| + bool compositedScrollsWithRespectTo(const LayoutBoxModelObject& paintInvalidationContainer) const;
|
| +
|
| protected:
|
| enum LayoutObjectType {
|
| LayoutObjectBr,
|
|
|