Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 600288
Collapse All | Expand All

(-)a/third_party/webrtc/modules/desktop_capture/screen_capturer_x11.cc (-1 / +1 lines)
Lines 431-437 Link Here
431
    return nullptr;
431
    return nullptr;
432
  }
432
  }
433
433
434
  return capturer;
434
  return std::unique_ptr<DesktopCapturer>(static_cast<DesktopCapturer*>(capturer.release()));
435
}
435
}
436
436
437
}  // namespace webrtc
437
}  // namespace webrtc

Return to bug 600288