X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=Source%2FWebCore%2Frendering%2FScrollBehavior.cpp;h=b58b33184e6af2db4517e4e3d6acf9982608f06f;hp=2e7ae7481c13a547aadf0368afc75ffae60abedf;hb=73e822fb44595f3b6ee308ab7dfdc93a3099cc31;hpb=5c6acdd5a3ce22590389bb387de6963804a34291 diff --git a/Source/WebCore/rendering/ScrollBehavior.cpp b/Source/WebCore/rendering/ScrollBehavior.cpp index 2e7ae7481c13..b58b33184e6a 100644 --- a/Source/WebCore/rendering/ScrollBehavior.cpp +++ b/Source/WebCore/rendering/ScrollBehavior.cpp @@ -50,6 +50,8 @@ const ScrollAlignment ScrollAlignment::alignCenterIfNeeded = { noScroll, alignCe WEBCORE_EXPORT const ScrollAlignment ScrollAlignment::alignToEdgeIfNeeded = { noScroll, alignToClosestEdge, alignToClosestEdge }; WEBCORE_EXPORT const ScrollAlignment ScrollAlignment::alignCenterAlways = { alignCenter, alignCenter, alignCenter }; const ScrollAlignment ScrollAlignment::alignTopAlways = { alignTop, alignTop, alignTop }; +const ScrollAlignment ScrollAlignment::alignRightAlways = { alignRight, alignRight, alignRight }; +const ScrollAlignment ScrollAlignment::alignLeftAlways = { alignLeft, alignLeft, alignLeft }; const ScrollAlignment ScrollAlignment::alignBottomAlways = { alignBottom, alignBottom, alignBottom }; }; // namespace WebCore