Index: Source/core/frame/VisualViewport.h |
diff --git a/Source/core/frame/VisualViewport.h b/Source/core/frame/VisualViewport.h |
index 0b05f5252072b89119363e970142c0ec719d9762..e1831b29873c518e99eede32574e55f6ba43dc54 100644 |
--- a/Source/core/frame/VisualViewport.h |
+++ b/Source/core/frame/VisualViewport.h |
@@ -87,8 +87,6 @@ |
return m_innerViewportScrollLayer.get(); |
} |
- void initializeScrollbars(); |
- |
// Sets the location of the visual viewport relative to the outer viewport. The |
// coordinates are in partial CSS pixels. |
void setLocation(const FloatPoint&); |
@@ -197,8 +195,6 @@ |
private: |
explicit VisualViewport(FrameHost&); |
- bool visualViewportSuppliesScrollbars() const; |
- |
// GraphicsLayerClient implementation. |
void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) override; |
String debugName(const GraphicsLayer*) override; |