Use underscore variable name for consistency
This commit is contained in:
parent
82f452568c
commit
5cb6648686
1 changed files with 3 additions and 3 deletions
|
@ -1495,9 +1495,9 @@ void WebContents::Invalidate() {
|
||||||
if (osr_rwhv)
|
if (osr_rwhv)
|
||||||
osr_rwhv->Invalidate();
|
osr_rwhv->Invalidate();
|
||||||
} else {
|
} else {
|
||||||
const auto ownerWindow = owner_window();
|
const auto owner_window = owner_window();
|
||||||
if (ownerWindow)
|
if (owner_window)
|
||||||
ownerWindow->Invalidate();
|
owner_window->Invalidate();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue