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

Unified Diff: third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h

Issue 2767213003: First Implementation of Snapped Points
Patch Set: Rebase and format 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/resolver/StyleBuilderConverter.h
diff --git a/third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h b/third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h
index 7311c164ce769c09f47f43a726ec7a93525e1a64..742be86246aa7dcd9d815ba38c9e533a30803ecf 100644
--- a/third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h
+++ b/third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h
@@ -178,6 +178,8 @@ class StyleBuilderConverter {
const OrderedNamedGridLines&,
NamedGridLinesMap&);
+ static ScrollSnapType ConvertSnapType(StyleResolverState&, const CSSValue&);
+ static ScrollSnapAlign ConvertSnapAlign(StyleResolverState&, const CSSValue&);
static ScrollSnapPoints ConvertSnapPoints(StyleResolverState&,
const CSSValue&);
static Vector<LengthPoint> ConvertSnapCoordinates(StyleResolverState&,

Powered by Google App Engine
This is Rietveld 408576698