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