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

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

Issue 1148873005: Parsing CSS properties for scroll snap points (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix comment Created 5 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
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/css/CSSPrimitiveValueMappings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSComputedStyleDeclaration.cpp
diff --git a/Source/core/css/CSSComputedStyleDeclaration.cpp b/Source/core/css/CSSComputedStyleDeclaration.cpp
index b25d8b9af100a52b84fc9b90b82448a9eb371312..4bf7c3fea0dfe3d9ca03e3863526b0f2df0a34a6 100644
--- a/Source/core/css/CSSComputedStyleDeclaration.cpp
+++ b/Source/core/css/CSSComputedStyleDeclaration.cpp
@@ -329,7 +329,12 @@ static const CSSPropertyID staticComputableProperties[] = {
CSSPropertyY,
CSSPropertyR,
CSSPropertyRx,
- CSSPropertyRy
+ CSSPropertyRy,
+ CSSPropertyScrollSnapType,
+ CSSPropertyScrollSnapPointsX,
+ CSSPropertyScrollSnapPointsY,
+ CSSPropertyScrollSnapCoordinate,
+ CSSPropertyScrollSnapDestination
};
static const Vector<CSSPropertyID>& computableProperties()
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/css/CSSPrimitiveValueMappings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698