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

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

Issue 2368013002: [WIP] CSS Motion Path: offset shorthand ready for position and anchor
Patch Set: code review feedback 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/StylePropertySerializer.h
diff --git a/third_party/WebKit/Source/core/css/StylePropertySerializer.h b/third_party/WebKit/Source/core/css/StylePropertySerializer.h
index 457df8da4e0ffed4f6c46e5d4fb0e1c9fa2b76c8..13220a8738310a7c05407163d7fd6fd5490ef435 100644
--- a/third_party/WebKit/Source/core/css/StylePropertySerializer.h
+++ b/third_party/WebKit/Source/core/css/StylePropertySerializer.h
@@ -50,6 +50,7 @@ private:
String fontVariantValue() const;
void appendFontLonghandValueIfNotNormal(CSSPropertyID, StringBuilder& result) const;
String backgroundRepeatPropertyValue() const;
+ String offsetValue() const;
String getPropertyText(CSSPropertyID, const String& value, bool isImportant, bool isNotFirstDecl) const;
bool isPropertyShorthandAvailable(const StylePropertyShorthand&) const;
bool shorthandHasOnlyInitialOrInheritedValue(const StylePropertyShorthand&) const;

Powered by Google App Engine
This is Rietveld 408576698