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 cc6e5b08b2ef9d6a2e545a0df7d76d75d0c7670c..b1409b20e9ca00c557ae44246a15a395bb5d9838 100644 |
--- a/third_party/WebKit/Source/core/frame/VisualViewport.cpp |
+++ b/third_party/WebKit/Source/core/frame/VisualViewport.cpp |
@@ -581,6 +581,10 @@ void VisualViewport::paintContents(const GraphicsLayer*, GraphicsContext&, Graph |
{ |
} |
+void VisualViewport::paintContentsIfNeeded(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase) const |
+{ |
+} |
+ |
LocalFrame* VisualViewport::mainFrame() const |
{ |
return frameHost().page().mainFrame() && frameHost().page().mainFrame()->isLocalFrame() ? frameHost().page().deprecatedLocalMainFrame() : 0; |