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