| 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..d247ae99205dcf52081dcebd2b5c07510a1fd99f 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -179,6 +179,7 @@ public:
|
| void updateBackgroundRecursively(const Color&, bool);
|
|
|
| void adjustViewSize();
|
| + void adjustViewSizeAndLayout();
|
|
|
| // Scale used to convert incoming input events.
|
| float inputEventsScaleFactor() const;
|
| @@ -912,6 +913,7 @@ private:
|
| ScrollAnchor m_scrollAnchor;
|
|
|
| bool m_needsScrollbarsUpdate;
|
| + bool m_suppressAdjustViewSize;
|
| };
|
|
|
| inline void FrameView::incrementVisuallyNonEmptyCharacterCount(unsigned count)
|
|
|