Index: Source/web/WebViewImpl.h |
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h |
index c23864b1fcb14dd4a3aa59e5d51703bf57d94edf..c7f2846ae0a4cc74a10a1b2ae2cba5a4bb7facb1 100644 |
--- a/Source/web/WebViewImpl.h |
+++ b/Source/web/WebViewImpl.h |
@@ -103,6 +103,9 @@ public: |
virtual void layout() OVERRIDE; |
virtual void enterForceCompositingMode(bool enable) OVERRIDE; |
virtual void paint(WebCanvas*, const WebRect&, PaintOptions = ReadbackFromCompositorIfAvailable) OVERRIDE; |
+#if OS(ANDROID) |
+ virtual void paintCompositedDeprecated(WebCanvas*, const WebRect&) OVERRIDE; |
+#endif |
virtual bool compositeAndReadbackAsync(WebCompositeAndReadbackAsyncCallback*) OVERRIDE; |
virtual bool isTrackingRepaints() const OVERRIDE; |
virtual void themeChanged() OVERRIDE; |