| Index: components/plugins/renderer/webview_plugin.h
|
| diff --git a/components/plugins/renderer/webview_plugin.h b/components/plugins/renderer/webview_plugin.h
|
| index 7f4ad1045a850bad918d6c85c898a0247a61a71a..3097b1ea8e1297365915614a879ffec83090fbef 100644
|
| --- a/components/plugins/renderer/webview_plugin.h
|
| +++ b/components/plugins/renderer/webview_plugin.h
|
| @@ -151,6 +151,8 @@ class WebViewPlugin : public blink::WebPlugin,
|
|
|
| // WebViewClient methods:
|
| bool acceptsLoadDrops() override;
|
| + bool canHandleGestureEvent() override;
|
| + bool canUpdateLayout() override;
|
|
|
| // WebWidgetClient methods:
|
| void setToolTipText(const blink::WebString&,
|
|
|