| Index: chrome/browser/oom_priority_manager.cc
|
| diff --git a/chrome/browser/oom_priority_manager.cc b/chrome/browser/oom_priority_manager.cc
|
| index 423f894326fcdb6d425e301acb124ec2dd703fec..0d23aaea3d0386eaccfea4e5fe994286a57494be 100644
|
| --- a/chrome/browser/oom_priority_manager.cc
|
| +++ b/chrome/browser/oom_priority_manager.cc
|
| @@ -217,7 +217,8 @@ void OomPriorityManager::Observe(int type,
|
| case content::NOTIFICATION_RENDER_WIDGET_VISIBILITY_CHANGED: {
|
| bool visible = *content::Details<bool>(details).ptr();
|
| if (visible) {
|
| - focused_tab_pid_ = content::Source<RenderWidgetHost>(source).ptr()->
|
| + focused_tab_pid_ =
|
| + content::Source<content::RenderWidgetHost>(source).ptr()->
|
| GetProcess()->GetHandle();
|
|
|
| // If the currently focused tab already has a lower score, do not
|
|
|