| Index: Source/core/frame/VisualViewport.h
|
| diff --git a/Source/core/frame/VisualViewport.h b/Source/core/frame/VisualViewport.h
|
| index e1831b29873c518e99eede32574e55f6ba43dc54..5c79c4c64142759568356a61ca7936da2503debe 100644
|
| --- a/Source/core/frame/VisualViewport.h
|
| +++ b/Source/core/frame/VisualViewport.h
|
| @@ -195,6 +195,8 @@ public:
|
| private:
|
| explicit VisualViewport(FrameHost&);
|
|
|
| + bool visualViewportSuppliesScrollbars() const;
|
| +
|
| // GraphicsLayerClient implementation.
|
| void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) override;
|
| String debugName(const GraphicsLayer*) override;
|
|
|