| Index: third_party/WebKit/Source/core/frame/FrameView.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.cpp b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| index b1d02ace0ffb01dbc2ba7b3a91873001b71fb05a..079018f8849411f6d559e9f87cc0d35a6fa0f70f 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -2342,6 +2342,9 @@ Color FrameView::baseBackgroundColor() const {
|
| }
|
|
|
| void FrameView::setBaseBackgroundColor(const Color& backgroundColor) {
|
| + if (m_baseBackgroundColor == backgroundColor)
|
| + return;
|
| +
|
| m_baseBackgroundColor = backgroundColor;
|
|
|
| if (!layoutViewItem().isNull() &&
|
|
|