| Index: third_party/WebKit/Source/core/css/CSSBorderImageSliceValue.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSBorderImageSliceValue.h b/third_party/WebKit/Source/core/css/CSSBorderImageSliceValue.h
|
| index daa93aacd5dbf8748c839b3360be66f2a3f70eb5..cbdb532f1c90613bd636fbca292d43ddfbf1d714 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSBorderImageSliceValue.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSBorderImageSliceValue.h
|
| @@ -40,6 +40,8 @@ class CSSBorderImageSliceValue : public CSSValue {
|
|
|
| String customCSSText() const;
|
|
|
| + // TODO(sashab): Change this to a quad of CSSPrimitiveValues, or add separate
|
| + // methods for topSlice(), leftSlice(), etc.
|
| const CSSQuadValue& slices() const { return *m_slices; }
|
| bool fill() const { return m_fill; }
|
|
|
|
|