| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index c7f2846ae0a4cc74a10a1b2ae2cba5a4bb7facb1..07aed361c9c69112a2fac579d67948a68eed33a8 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -106,7 +106,7 @@ public:
|
| #if OS(ANDROID)
|
| virtual void paintCompositedDeprecated(WebCanvas*, const WebRect&) OVERRIDE;
|
| #endif
|
| - virtual bool compositeAndReadbackAsync(WebCompositeAndReadbackAsyncCallback*) OVERRIDE;
|
| + virtual void compositeAndReadbackAsync(WebCompositeAndReadbackAsyncCallback*) OVERRIDE;
|
| virtual bool isTrackingRepaints() const OVERRIDE;
|
| virtual void themeChanged() OVERRIDE;
|
| virtual bool handleInputEvent(const WebInputEvent&) OVERRIDE;
|
|
|