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

Unified Diff: third_party/WebKit/Source/core/css/properties/CSSPropertyAlignmentUtils.h

Issue 2750843002: [css-align] Adapt content-alignment properties to the new baseline syntax (Closed)
Patch Set: Don't use raw pointers attributes on a GC managed class. Created 3 years, 9 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/properties/CSSPropertyAlignmentUtils.h
diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAlignmentUtils.h b/third_party/WebKit/Source/core/css/properties/CSSPropertyAlignmentUtils.h
index e1f6b828ad29c8952a8da13cee84f3c143a494f5..1f97a13d4ea5be62c4a530faeafbf8d380540b24 100644
--- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAlignmentUtils.h
+++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAlignmentUtils.h
@@ -16,6 +16,8 @@ class CSSPropertyAlignmentUtils {
STATIC_ONLY(CSSPropertyAlignmentUtils);
static CSSValue* consumeSelfPositionOverflowPosition(CSSParserTokenRange&);
+ static CSSValue* consumeContentDistributionOverflowPosition(
+ CSSParserTokenRange&);
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698