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

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

Issue 2932593004: Update the snap points css properties (Closed)
Patch Set: rebase 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 77b10cf7189ff638e91382f81a24504c0a6b4b34..362dd06e5761637b9c4eb6c02522d705d281f1b5 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