🎨 lint fix
This commit is contained in:
parent
7bf17f2541
commit
2610aa60e9
1 changed files with 2 additions and 3 deletions
|
@ -41,9 +41,8 @@ bool Subscriber::ShouldCaptureFrame(
|
|||
DeliverFrameCallback* callback) {
|
||||
const auto view = frame_subscriber_->view_;
|
||||
const auto host = view ? view->GetRenderWidgetHost() : nullptr;
|
||||
if (!view || !host) {
|
||||
if (!view || !host)
|
||||
return false;
|
||||
}
|
||||
|
||||
const gfx::Size view_size = view->GetViewBounds().size();
|
||||
|
||||
|
|
Loading…
Reference in a new issue