| Index: third_party/WebKit/Source/core/frame/FrameView.h
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h
|
| index 7cf81e9a6ff81b8a5ea70ba08710466ae6e12505..afc91da58f067d2a6899991b835391e1d91f29e4 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -925,6 +925,7 @@ private:
|
|
|
| ScrollAnchor m_scrollAnchor;
|
|
|
| + bool m_needsScrollbarsUpdate;
|
| bool m_suppressAdjustViewSize;
|
| bool m_allowsLayoutInvalidationAfterLayoutClean;
|
|
|
|
|