| Index: Source/core/rendering/style/FillLayer.h
|
| diff --git a/Source/core/rendering/style/FillLayer.h b/Source/core/rendering/style/FillLayer.h
|
| index b285d8167dfb9aa8e0455c6d272514f496dc720a..afab4887b13c2a014da9ac932a8eade214cb6b67 100644
|
| --- a/Source/core/rendering/style/FillLayer.h
|
| +++ b/Source/core/rendering/style/FillLayer.h
|
| @@ -62,7 +62,7 @@ struct FillSize {
|
| class FillLayer {
|
| WTF_MAKE_FAST_ALLOCATED;
|
| public:
|
| - FillLayer(EFillLayerType);
|
| + FillLayer(EFillLayerType, bool isInitiallySet = false);
|
| ~FillLayer();
|
|
|
| StyleImage* image() const { return m_image.get(); }
|
|
|