mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Use underscore variable name for consistency
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user