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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutBox.cpp

Issue 2786463004: Paint backgrounds of a table section/row in one display item (Closed)
Patch Set: First round of rebaseline-cl Created 3 years, 9 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/layout/LayoutBox.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.cpp b/third_party/WebKit/Source/core/layout/LayoutBox.cpp
index eba60421ca7d8eb0768fca646f54c024499c0d8c..5938f8e2df079131b761464a1de852b7c1537ba1 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBox.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutBox.cpp
@@ -4910,7 +4910,7 @@ LayoutRectOutsets LayoutBox::computeVisualEffectOverflowOutsets() {
}
DISABLE_CFI_PERF
-void LayoutBox::addOverflowFromChild(LayoutBox* child,
+void LayoutBox::addOverflowFromChild(const LayoutBox* child,
const LayoutSize& delta) {
// Never allow flow threads to propagate overflow up to a parent.
if (child->isLayoutFlowThread())

Powered by Google App Engine
This is Rietveld 408576698