Index: Source/web/WebViewImpl.h |
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h |
index 2f5a1c38f9c3a2d93034dff480e62f2c9ed27f27..49ebac35e5f781a44ae76d1adbe30e5645034077 100644 |
--- a/Source/web/WebViewImpl.h |
+++ b/Source/web/WebViewImpl.h |
@@ -138,7 +138,6 @@ public: |
virtual void paint(WebCanvas*, const WebRect&, PaintOptions = ReadbackFromCompositorIfAvailable); |
virtual bool isTrackingRepaints() const OVERRIDE; |
virtual void themeChanged(); |
- virtual void setNeedsRedraw(); |
virtual bool handleInputEvent(const WebInputEvent&); |
virtual void setCursorVisibilityState(bool isVisible); |
virtual bool hasTouchEventHandlersAt(const WebPoint&); |