| Index: third_party/WebKit/Source/platform/scroll/ScrollableArea.h
|
| diff --git a/third_party/WebKit/Source/platform/scroll/ScrollableArea.h b/third_party/WebKit/Source/platform/scroll/ScrollableArea.h
|
| index a73aa82d68e02a211bf708c2b74c871bbf1356e8..6795cf0564e0eba3a95ea1e6294cfd454b5101d2 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollableArea.h
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollableArea.h
|
| @@ -54,11 +54,6 @@ class ScrollAnchor;
|
| class ScrollAnimatorBase;
|
| class CompositorAnimationTimeline;
|
|
|
| -enum IncludeScrollbarsInRect {
|
| - ExcludeScrollbars,
|
| - IncludeScrollbars,
|
| -};
|
| -
|
| class PLATFORM_EXPORT ScrollableArea : public GarbageCollectedMixin {
|
| WTF_MAKE_NONCOPYABLE(ScrollableArea);
|
|
|
|
|