| Index: components/plugins/renderer/webview_plugin.h
|
| diff --git a/components/plugins/renderer/webview_plugin.h b/components/plugins/renderer/webview_plugin.h
|
| index cfc991eed6d51cba7ac8d45fcefd8f466f8abbbb..d51e9ae21712ab3ee866b2837c827985b3ab4cb6 100644
|
| --- a/components/plugins/renderer/webview_plugin.h
|
| +++ b/components/plugins/renderer/webview_plugin.h
|
| @@ -127,6 +127,7 @@ class WebViewPlugin : public blink::WebPlugin,
|
| blink::WebDragOperationsMask mask,
|
| const blink::WebImage& image,
|
| const blink::WebPoint& point) override;
|
| + void convertViewportToScreen(blink::WebRect* rect) override;
|
|
|
| // TODO(ojan): Remove this override and have this class use a non-null
|
| // layerTreeView.
|
|
|