| Index: third_party/WebKit/Source/platform/scroll/ScrollTypes.h
|
| diff --git a/third_party/WebKit/Source/platform/scroll/ScrollTypes.h b/third_party/WebKit/Source/platform/scroll/ScrollTypes.h
|
| index 32d22c8071fd1e62bd29df498131f24396e2de42..b800eaf3f715ae9db7cabd386eb0cf56fdd331ec 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollTypes.h
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollTypes.h
|
| @@ -70,6 +70,11 @@ enum ScrollType {
|
| AnchoringScroll
|
| };
|
|
|
| +enum IncludeScrollbarsInRect {
|
| + ExcludeScrollbars,
|
| + IncludeScrollbars,
|
| +};
|
| +
|
| inline bool scrollTypeClearsFragmentAnchor(ScrollType scrollType) {
|
| return scrollType == UserScroll || scrollType == ProgrammaticScroll ||
|
| scrollType == CompositorScroll;
|
|
|