| Index: third_party/WebKit/Source/core/frame/FrameView.h
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h
|
| index b427e64bb1d0c3d28b2ba8f374ea49574d3f494d..7de2782196fa820234d0b03a93f3845bbfa71378 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -979,7 +979,7 @@ class CORE_EXPORT FrameView final
|
| bool shouldUseCustomScrollbars(Element*& customScrollbarElement) const;
|
|
|
| // Returns true if a scrollbar needs to go from native -> custom or vice
|
| - // versa.
|
| + // versa, or if a custom scrollbar has a stale owner.
|
| bool needsScrollbarReconstruction() const;
|
|
|
| bool shouldIgnoreOverflowHidden() const;
|
|
|