| 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 09d8c976f550defec8f03ca5e902000da4613c98..548e220ae08e307ae84b56ada67c5de00624fa20 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -912,6 +912,7 @@ private:
|
| ScrollAnchor m_scrollAnchor;
|
|
|
| bool m_needsScrollbarsUpdate;
|
| + bool m_suppressAdjustViewSize;
|
| };
|
|
|
| inline void FrameView::incrementVisuallyNonEmptyCharacterCount(unsigned count)
|
|
|