diff options
Diffstat (limited to 'content/browser/web_contents/web_contents_impl.cc')
-rw-r--r-- | content/browser/web_contents/web_contents_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc index 7e42108..4d36568 100644 --- a/content/browser/web_contents/web_contents_impl.cc +++ b/content/browser/web_contents/web_contents_impl.cc @@ -1706,7 +1706,7 @@ void WebContentsImpl::RequestMediaAccessPermission( void WebContentsImpl::DidSendScreenRects(RenderWidgetHostImpl* rwh) { if (browser_plugin_embedder_) - browser_plugin_embedder_->DidSendScreenRects(rwh); + browser_plugin_embedder_->DidSendScreenRects(); } void WebContentsImpl::UpdatePreferredSize(const gfx::Size& pref_size) { |