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

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

Issue 2932593004: Update the snap points css properties (Closed)
Patch Set: Fix nits Created 3 years, 6 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 cddd0193373346923b1e8d90a7954c62367485aa..404591098756d47440de17010d59b12207522a68 100644
--- a/third_party/WebKit/Source/core/css/StylePropertySerializer.h
+++ b/third_party/WebKit/Source/core/css/StylePropertySerializer.h
@@ -47,6 +47,7 @@ class StylePropertySerializer {
String GetAlignmentShorthandValue(const StylePropertyShorthand&) const;
String BorderPropertyValue() const;
String GetLayeredShorthandValue(const StylePropertyShorthand&) const;
+ String Get2Values(const StylePropertyShorthand&) const;
String Get4Values(const StylePropertyShorthand&) const;
String BorderSpacingValue(const StylePropertyShorthand&) const;
String GetShorthandValue(const StylePropertyShorthand&,

Powered by Google App Engine
This is Rietveld 408576698