| Index: third_party/WebKit/Source/core/style/ComputedStyle.h
|
| diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.h b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| index f0550f586803e7bcf303af24dc25b042f1f16532..d8811414ef93c20ae363a3a178c9cc678d3adde0 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| @@ -1889,6 +1889,9 @@ public:
|
| accessMaskLayers().fillUnsetProperties();
|
| }
|
| }
|
| +
|
| + bool hasImage();
|
| +
|
| void setMaskBoxImage(const NinePieceImage& b) { SET_VAR(m_rareNonInheritedData, m_maskBoxImage, b); }
|
| void setMaskBoxImageSlicesFill(bool fill)
|
| {
|
|
|