| Index: Source/core/rendering/style/StyleBackgroundData.cpp
|
| diff --git a/Source/core/rendering/style/StyleBackgroundData.cpp b/Source/core/rendering/style/StyleBackgroundData.cpp
|
| index 8c4261e04a3b009760f905563b2f7360aed273f3..d0b7ba4ff27efb20c272a5dfe51177b7907cb6fb 100644
|
| --- a/Source/core/rendering/style/StyleBackgroundData.cpp
|
| +++ b/Source/core/rendering/style/StyleBackgroundData.cpp
|
| @@ -28,7 +28,7 @@
|
| namespace WebCore {
|
|
|
| StyleBackgroundData::StyleBackgroundData()
|
| - : m_background(BackgroundFillLayer)
|
| + : m_background(BackgroundFillLayer, true)
|
| , m_color(RenderStyle::initialBackgroundColor())
|
| {
|
| }
|
|
|