Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(164)

Unified Diff: third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.h

Issue 2368013002: [WIP] CSS Motion Path: offset shorthand ready for position and anchor
Patch Set: offset-anchor default is not auto Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698