fix: compile error in frame_subscriber.h

https://chromium-review.googlesource.com/c/1460096
This commit is contained in:
Jeremy Apthorp 2019-03-06 15:49:13 -08:00 committed by Samuel Attard
parent 47b92b6413
commit 0d534b3c52
2 changed files with 0 additions and 2 deletions

View file

@ -88,7 +88,6 @@ void FrameSubscriber::RenderViewHostChanged(content::RenderViewHost* old_host,
void FrameSubscriber::OnFrameCaptured(
base::ReadOnlySharedMemoryRegion data,
::media::mojom::VideoFrameInfoPtr info,
const gfx::Rect& update_rect,
const gfx::Rect& content_rect,
viz::mojom::FrameSinkVideoConsumerFrameCallbacksPtr callbacks) {
gfx::Size view_size = host_->GetView()->GetViewBounds().size();

View file

@ -45,7 +45,6 @@ class FrameSubscriber : public content::WebContentsObserver,
void OnFrameCaptured(
base::ReadOnlySharedMemoryRegion data,
::media::mojom::VideoFrameInfoPtr info,
const gfx::Rect& update_rect,
const gfx::Rect& content_rect,
viz::mojom::FrameSinkVideoConsumerFrameCallbacksPtr callbacks) override;
void OnStopped() override;