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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutFrameSet.h

Issue 2544743002: Fix under-invalidation of frameset on resize (Closed)
Patch Set: - Created 4 years 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/layout/LayoutFrameSet.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutFrameSet.h b/third_party/WebKit/Source/core/layout/LayoutFrameSet.h
index 3250cbb6ede0aa9cc99ee53c4579147410d3a428..5751f4ce0393b7dfde8b6cc58dcecd04755681fb 100644
--- a/third_party/WebKit/Source/core/layout/LayoutFrameSet.h
+++ b/third_party/WebKit/Source/core/layout/LayoutFrameSet.h
@@ -139,6 +139,10 @@ class LayoutFrameSet final : public LayoutBox {
void startResizing(GridAxis&, int position);
void continueResizing(GridAxis&, int position);
+ bool paintedOutputOfObjectHasNoEffectRegardlessOfSize() const override {
+ return false;
+ }
+
LayoutObjectChildList m_children;
GridAxis m_rows;

Powered by Google App Engine
This is Rietveld 408576698