| Index: third_party/WebKit/Source/core/frame/VisualViewport.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/VisualViewport.cpp b/third_party/WebKit/Source/core/frame/VisualViewport.cpp
|
| index eb0b00295e8bf348b8b6580eba9a624c47ad10b9..6d90f959f0c63e938cb6072da92eda258133b9ee 100644
|
| --- a/third_party/WebKit/Source/core/frame/VisualViewport.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/VisualViewport.cpp
|
| @@ -579,8 +579,9 @@ GraphicsLayer* VisualViewport::layerForVerticalScrollbar() const
|
| return m_overlayScrollbarVertical.get();
|
| }
|
|
|
| -void VisualViewport::paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect* inClip) const
|
| +IntRect VisualViewport::paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect*) const
|
| {
|
| + return IntRect();
|
| }
|
|
|
| LocalFrame* VisualViewport::mainFrame() const
|
|
|