| Index: third_party/WebKit/Source/core/layout/ScrollAlignment.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/ScrollAlignment.cpp b/third_party/WebKit/Source/core/layout/ScrollAlignment.cpp
|
| index b91cd6bdbb8162e2e21c62132d686d95cadb09ba..f9756ff69f9d079bd22a7ccdccef5f90af5a15c0 100644
|
| --- a/third_party/WebKit/Source/core/layout/ScrollAlignment.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/ScrollAlignment.cpp
|
| @@ -59,6 +59,10 @@ const ScrollAlignment ScrollAlignment::kAlignTopAlways = {
|
| kScrollAlignmentTop, kScrollAlignmentTop, kScrollAlignmentTop};
|
| const ScrollAlignment ScrollAlignment::kAlignBottomAlways = {
|
| kScrollAlignmentBottom, kScrollAlignmentBottom, kScrollAlignmentBottom};
|
| +const ScrollAlignment ScrollAlignment::kAlignLeftAlways = {
|
| + kScrollAlignmentLeft, kScrollAlignmentLeft, kScrollAlignmentLeft};
|
| +const ScrollAlignment ScrollAlignment::kAlignRightAlways = {
|
| + kScrollAlignmentRight, kScrollAlignmentRight, kScrollAlignmentRight};
|
|
|
| #define MIN_INTERSECT_FOR_REVEAL 32
|
|
|
|
|