🎨 lint fix

This commit is contained in:
Heilig Benedek 2016-02-18 01:19:41 +01:00
parent 7bf17f2541
commit 2610aa60e9

View file

@ -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();