| Index: content/browser/media/capture/web_contents_video_capture_device_unittest.cc
|
| diff --git a/content/browser/media/capture/web_contents_video_capture_device_unittest.cc b/content/browser/media/capture/web_contents_video_capture_device_unittest.cc
|
| index ca48ca4041122e033b3f03930ec48be51ded70ab..46ef608f4f5aa4defea37a606d4f8f26b7f6aa24 100644
|
| --- a/content/browser/media/capture/web_contents_video_capture_device_unittest.cc
|
| +++ b/content/browser/media/capture/web_contents_video_capture_device_unittest.cc
|
| @@ -117,10 +117,10 @@ class CaptureTestView : public TestRenderWidgetHostView {
|
| }
|
|
|
| void SetSize(const gfx::Size& size) override {
|
| - SetBounds(gfx::Rect(fake_bounds_.origin(), size));
|
| + RequestTopLevelBoundsInScreen(gfx::Rect(fake_bounds_.origin(), size));
|
| }
|
|
|
| - void SetBounds(const gfx::Rect& rect) override {
|
| + void RequestTopLevelBoundsInScreen(const gfx::Rect& rect) override {
|
| fake_bounds_ = rect;
|
| }
|
|
|
|
|