Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(210)

Unified Diff: third_party/WebKit/Source/core/frame/FrameView.h

Issue 2022013004: Relayout if FrameView::updateViewSize() set needsLayout (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/FrameView.cpp » ('j') | third_party/WebKit/Source/core/frame/FrameView.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698