Index: Source/web/WebViewImpl.h |
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h |
index c23864b1fcb14dd4a3aa59e5d51703bf57d94edf..69ec6dabb2d56e72d1038c7be58761a5486b82f6 100644 |
--- a/Source/web/WebViewImpl.h |
+++ b/Source/web/WebViewImpl.h |
@@ -102,7 +102,7 @@ public: |
virtual void animate(double) OVERRIDE; |
virtual void layout() OVERRIDE; |
virtual void enterForceCompositingMode(bool enable) OVERRIDE; |
- virtual void paint(WebCanvas*, const WebRect&, PaintOptions = ReadbackFromCompositorIfAvailable) OVERRIDE; |
+ virtual void paint(WebCanvas*, const WebRect&) OVERRIDE; |
virtual bool compositeAndReadbackAsync(WebCompositeAndReadbackAsyncCallback*) OVERRIDE; |
virtual bool isTrackingRepaints() const OVERRIDE; |
virtual void themeChanged() OVERRIDE; |