| 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 f9756ff69f9d079bd22a7ccdccef5f90af5a15c0..b91cd6bdbb8162e2e21c62132d686d95cadb09ba 100644
|
| --- a/third_party/WebKit/Source/core/layout/ScrollAlignment.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/ScrollAlignment.cpp
|
| @@ -59,10 +59,6 @@
|
| 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
|
|
|
|
|