| Index: third_party/WebKit/Source/core/layout/ScrollAlignment.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ScrollAlignment.h b/third_party/WebKit/Source/core/layout/ScrollAlignment.h
|
| index 4d162cc7083226636d8c0cf81481d66775bcd36f..cfa070b04cf5026fba6a0e3c7673e5038f001326 100644
|
| --- a/third_party/WebKit/Source/core/layout/ScrollAlignment.h
|
| +++ b/third_party/WebKit/Source/core/layout/ScrollAlignment.h
|
| @@ -84,6 +84,8 @@ struct CORE_EXPORT ScrollAlignment {
|
| static const ScrollAlignment kAlignCenterAlways;
|
| static const ScrollAlignment kAlignTopAlways;
|
| static const ScrollAlignment kAlignBottomAlways;
|
| + static const ScrollAlignment kAlignLeftAlways;
|
| + static const ScrollAlignment kAlignRightAlways;
|
|
|
| ScrollAlignmentBehavior rect_visible_;
|
| ScrollAlignmentBehavior rect_hidden_;
|
|
|