| Index: sky/engine/core/frame/FrameView.cpp
|
| diff --git a/sky/engine/core/frame/FrameView.cpp b/sky/engine/core/frame/FrameView.cpp
|
| index 87694f3c8b32ef1c8cf98ba568ba316c7e8afed9..630611ed785a65e429fc00bd0d7ce51fa00a5ea2 100644
|
| --- a/sky/engine/core/frame/FrameView.cpp
|
| +++ b/sky/engine/core/frame/FrameView.cpp
|
| @@ -1636,7 +1636,7 @@ Color FrameView::documentBackgroundColor() const
|
| // otherwise poses problems when the aggregate is not
|
| // fully opaque.
|
| if (htmlElement && htmlElement->renderer())
|
| - result = result.blend(htmlElement->renderer()->style()->visitedDependentColor(CSSPropertyBackgroundColor));
|
| + result = result.blend(htmlElement->renderer()->style()->colorIncludingFallback(CSSPropertyBackgroundColor));
|
|
|
| return result;
|
| }
|
|
|