| Index: Source/core/frame/FrameView.h
|
| diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
|
| index 89e1addbe300f4cb6a31ead365875f83fc396c57..99c610859da8d7c0dcae1527a6820072f759ae26 100644
|
| --- a/Source/core/frame/FrameView.h
|
| +++ b/Source/core/frame/FrameView.h
|
| @@ -114,6 +114,8 @@ public:
|
| bool needsFullRepaint() const { return m_doFullRepaint; }
|
|
|
| void updateAcceleratedCompositingSettings();
|
| +
|
| + void recalcOverflowAfterStyleChange();
|
| void updateCompositingLayersAfterStyleChange();
|
|
|
| bool hasCompositedContent() const;
|
|
|