| 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 24ba0c9aa60af8135c3bc9faf42bb978a28abd90..401e07938aeb9a450bf538cebf9fffa2c5d25567 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSBorderImageSliceValue.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSBorderImageSliceValue.h
|
| @@ -41,6 +41,8 @@ public:
|
|
|
| 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; }
|
|
|
|
|