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

Unified Diff: Source/build/scripts/templates/StylePropertyShorthand.h.tmpl

Issue 216803002: Implement all shorthand property. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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: Source/build/scripts/templates/StylePropertyShorthand.h.tmpl
diff --git a/Source/build/scripts/templates/StylePropertyShorthand.h.tmpl b/Source/build/scripts/templates/StylePropertyShorthand.h.tmpl
index 88a6b0a1654f54598bb9f85413e2b687a3a7edf2..5f058e2d6f195559c8267a1d44881a92c410ae5c 100644
--- a/Source/build/scripts/templates/StylePropertyShorthand.h.tmpl
+++ b/Source/build/scripts/templates/StylePropertyShorthand.h.tmpl
@@ -85,6 +85,8 @@ unsigned indexOfShorthandForLonghand(CSSPropertyID, const Vector<StylePropertySh
bool isExpandedShorthand(CSSPropertyID);
+bool isExpandedShorthandForAll(CSSPropertyID);
+
} // namespace WebCore
#endif // StylePropertyShorthand_h

Powered by Google App Engine
This is Rietveld 408576698