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&); |
Timothy Loh
2016/09/27 08:17:48
Does this need to be on the class?
Eric Willigers
2016/09/29 03:53:18
No, I was just being consistent with the others.
|
}; |
} // namespace blink |