| Index: third_party/WebKit/Source/core/paint/ViewPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/ViewPainter.cpp b/third_party/WebKit/Source/core/paint/ViewPainter.cpp
|
| index f2dd9906b01e67d7e28335389f1fc2ce713e50f2..5f93bf6bf07ff4e947605b60eec8b7e1a898bba0 100644
|
| --- a/third_party/WebKit/Source/core/paint/ViewPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/ViewPainter.cpp
|
| @@ -129,6 +129,7 @@ void ViewPainter::paintBoxDecorationBackground(const PaintInfo& paintInfo)
|
| }
|
|
|
| Color combinedBackgroundColor = shouldDrawBackgroundInSeparateBuffer ? rootBackgroundColor : baseBackgroundColor.blend(rootBackgroundColor);
|
| + LOG(ERROR) << "Document background color: " << combinedBackgroundColor.serialized();
|
| if (combinedBackgroundColor.alpha()) {
|
| if (!combinedBackgroundColor.hasAlpha() && RuntimeEnabledFeatures::slimmingPaintV2Enabled())
|
| recorder.setKnownToBeOpaque();
|
|
|