diff options
Diffstat (limited to 'chrome/renderer/webplugin_delegate_proxy.cc')
| -rw-r--r-- | chrome/renderer/webplugin_delegate_proxy.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/renderer/webplugin_delegate_proxy.cc b/chrome/renderer/webplugin_delegate_proxy.cc index c72c654..2068a50 100644 --- a/chrome/renderer/webplugin_delegate_proxy.cc +++ b/chrome/renderer/webplugin_delegate_proxy.cc @@ -403,9 +403,8 @@ void WebPluginDelegateProxy::OnChannelError() { render_view_->PluginCrashed(GetProcessId(), plugin_path_); } -void WebPluginDelegateProxy::UpdateGeometry( - const gfx::Rect& window_rect, - const gfx::Rect& clip_rect) { +void WebPluginDelegateProxy::UpdateGeometry(const gfx::Rect& window_rect, + const gfx::Rect& clip_rect) { plugin_rect_ = window_rect; bool bitmaps_changed = false; |
