Searched refs:restore_frame_ (Results 1 – 1 of 1) sorted by relevance
68 rtc::scoped_ptr<DesktopFrame> restore_frame_; member in webrtc::__anon5f50e88e0111::DesktopFrameWithCursor94 restore_frame_.reset(new BasicDesktopFrame(target_rect.size())); in DesktopFrameWithCursor()95 restore_frame_->CopyPixelsFrom(*this, target_rect.top_left(), in DesktopFrameWithCursor()96 DesktopRect::MakeSize(restore_frame_->size())); in DesktopFrameWithCursor()113 if (restore_frame_.get()) { in ~DesktopFrameWithCursor()114 DesktopRect target_rect = DesktopRect::MakeSize(restore_frame_->size()); in ~DesktopFrameWithCursor()116 CopyPixelsFrom(restore_frame_->data(), restore_frame_->stride(), in ~DesktopFrameWithCursor()