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)
|
||||
osr_rwhv->Invalidate();
|
||||
} else {
|
||||
const auto ownerWindow = owner_window();
|
||||
if (ownerWindow)
|
||||
ownerWindow->Invalidate();
|
||||
const auto owner_window = owner_window();
|
||||
if (owner_window)
|
||||
owner_window->Invalidate();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue