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

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

Issue 2120773002: Simplify and solidify FrameView dirty layout check (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: FrameView dirty layout check Created 4 years, 5 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 a4d469c3f55200c1c34ada8cff0ae8e2d73b33f1..1583f59d3ed6c065ef2022e0ebe8536cf9e458f5 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.h
+++ b/third_party/WebKit/Source/core/frame/FrameView.h
@@ -913,8 +913,6 @@ private:
bool m_needsScrollbarsUpdate;
bool m_suppressAdjustViewSize;
- bool m_inPluginUpdate;
- bool m_inForcedLayoutByChildEmbeddedReplacedContent;
bool m_allowsLayoutInvalidationAfterLayoutClean;
// For testing.
« 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