| Index: third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.h
|
| diff --git a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.h b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.h
|
| index bd09601be8626e05268a21a684432b96316cb3e5..2744e144f17bc790c9643ab78a10e112296856b5 100644
|
| --- a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.h
|
| +++ b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.h
|
| @@ -36,6 +36,7 @@ private:
|
| static CSSValue* valueForShadowList(const ShadowList*, const ComputedStyle&, bool useSpread);
|
| static CSSValue* valueForFilter(const ComputedStyle&, const FilterOperations&);
|
| static CSSValue* valueForFont(const ComputedStyle&);
|
| + static CSSValue* valueForOffset(const ComputedStyle&);
|
| };
|
|
|
| } // namespace blink
|
|
|