| 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 246ccabb2e3a81e661dac034b68b9c451e15b57f..38749aeb6c9f9a30b31766018aa3fd90afa8f5fe 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.cpp
|
| @@ -1412,6 +1412,8 @@ bool LayoutBox::backgroundIsKnownToBeOpaqueInRect(const LayoutRect& localRect) c
|
| return false;
|
| if (hasClipPath())
|
| return false;
|
| + if (style()->hasBlendMode())
|
| + return false;
|
| // FIXME: The background color clip is defined by the last layer.
|
| if (style()->backgroundLayers().next())
|
| return false;
|
|
|