Index: Source/core/frame/FrameView.h |
diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h |
index f2e56f68f001f9a35704c170439738442bf3cef0..9b3764761bbc65f020a3d4041c4c4af9ba681a07 100644 |
--- a/Source/core/frame/FrameView.h |
+++ b/Source/core/frame/FrameView.h |
@@ -595,7 +595,7 @@ private: |
void contentRectangleForPaintInvalidation(const IntRect&); |
virtual void contentsResized() override; |
- void scrollbarExistenceDidChange(); |
+ void scrollbarNeedsLayout(); |
// Override Widget methods to do point conversion via renderers, in order to |
// take transforms into account. |