GetHandle() -> GetProcess().Handle()
This commit is contained in:
parent
1c60f9e468
commit
b9cd3493ac
3 changed files with 5 additions and 3 deletions
|
@ -551,7 +551,8 @@ void AtomBrowserClient::RenderProcessHostDestroyed(
|
|||
}
|
||||
|
||||
void AtomBrowserClient::RenderProcessReady(content::RenderProcessHost* host) {
|
||||
render_process_host_pids_[host->GetID()] = base::GetProcId(host->GetHandle());
|
||||
render_process_host_pids_[host->GetID()] =
|
||||
base::GetProcId(host->GetProcess().Handle());
|
||||
if (delegate_) {
|
||||
static_cast<api::App*>(delegate_)->RenderProcessReady(host);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue