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

Unified Diff: third_party/WebKit/Source/core/paint/BoxPainter.cpp

Issue 2713673005: client-goodbye
Patch Set: Created 3 years, 10 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/paint/BoxPainter.cpp
diff --git a/third_party/WebKit/Source/core/paint/BoxPainter.cpp b/third_party/WebKit/Source/core/paint/BoxPainter.cpp
index a4ca99e2cc0665f07b38d81b235a74afa2ef81f8..87be1eab26874bcdc2a30fea9f2ff76770b109c6 100644
--- a/third_party/WebKit/Source/core/paint/BoxPainter.cpp
+++ b/third_party/WebKit/Source/core/paint/BoxPainter.cpp
@@ -71,8 +71,10 @@ void BoxPainter::paintBoxDecorationBackground(const PaintInfo& paintInfo,
// contents layer of a composited scroller we need to include the entire
// overflow rect.
paintRect = m_layoutBox.layoutOverflowRect();
- scrollRecorder.emplace(paintInfo.context, m_layoutBox, paintInfo.phase,
- m_layoutBox.scrolledContentOffset());
+ scrollRecorder.emplace(
+ paintInfo.context, paintInfo.phase, m_layoutBox.scrolledContentOffset(),
+ m_layoutBox.visualRect(), m_layoutBox.debugName(),
+ m_layoutBox.paintedOutputOfObjectHasNoEffectRegardlessOfSize());
// The background painting code assumes that the borders are part of the
// paintRect so we expand the paintRect by the border size when painting the
« no previous file with comments | « third_party/WebKit/Source/core/paint/BlockPainter.cpp ('k') | third_party/WebKit/Source/core/paint/FloatClipRecorder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698