| Index: Source/core/rendering/style/NinePieceImage.cpp
|
| diff --git a/Source/core/rendering/style/NinePieceImage.cpp b/Source/core/rendering/style/NinePieceImage.cpp
|
| index afe320ee8b93b143783370dac18acca65ce9a2e4..a17ae4fc9615688983c26a9722663e545251ff77 100644
|
| --- a/Source/core/rendering/style/NinePieceImage.cpp
|
| +++ b/Source/core/rendering/style/NinePieceImage.cpp
|
| @@ -39,7 +39,7 @@ NinePieceImage::NinePieceImage()
|
| {
|
| }
|
|
|
| -NinePieceImage::NinePieceImage(PassRefPtr<StyleImage> image, LengthBox imageSlices, bool fill, LengthBox borderSlices, LengthBox outset, ENinePieceImageRule horizontalRule, ENinePieceImageRule verticalRule)
|
| +NinePieceImage::NinePieceImage(PassRefPtr<StyleImage> image, LengthBox imageSlices, bool fill, const BorderImageLengthBox& borderSlices, const BorderImageLengthBox& outset, ENinePieceImageRule horizontalRule, ENinePieceImageRule verticalRule)
|
| {
|
| m_data.init();
|
| m_data.access()->image = image;
|
|
|