| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index c49c20c9fddb65f503f22dfab97ba726a3ae455a..cf3f40e1c809ac8cfa2c6ec915a7aa39e4bd0593 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -110,6 +110,7 @@ public:
|
|
|
| virtual void beginFrame(const WebBeginFrameArgs&) override;
|
|
|
| + virtual void setNeedsLayoutAndFullPaintInvalidation() override;
|
| virtual void layout() override;
|
| virtual void paint(WebCanvas*, const WebRect&) override;
|
| #if OS(ANDROID)
|
|
|