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

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

Issue 2188483004: Remove extraneous frameView->setNeedsLayout() in LayoutPart (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove bogus test 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 bca05f80462497b0b65e9db18734b68eed96ec62..a991ad06ef9798a4636bf9c61c6d3bfe2bbe8508 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.h
+++ b/third_party/WebKit/Source/core/frame/FrameView.h
@@ -930,7 +930,6 @@ private:
ScrollAnchor m_scrollAnchor;
- bool m_needsScrollbarsUpdate;
bool m_suppressAdjustViewSize;
bool m_allowsLayoutInvalidationAfterLayoutClean;

Powered by Google App Engine
This is Rietveld 408576698