Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp

Issue 1696373003: Add CSS parser support for the snap-height property (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
diff --git a/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp b/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
index 0c3dda6c8401ab771c079841d111cfb583c0b6a5..934a62c5f14c902766d9bc6855b7f8358c2f2545 100644
--- a/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
+++ b/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
@@ -154,6 +154,7 @@ static const CSSPropertyID staticComputableProperties[] = {
CSSPropertyResize,
CSSPropertyRight,
CSSPropertyScrollBehavior,
+ CSSPropertySnapHeight,
CSSPropertySpeak,
CSSPropertyTableLayout,
CSSPropertyTabSize,

Powered by Google App Engine