| Index: chrome/browser/extensions/api/tab_capture/offscreen_tab.h
|
| diff --git a/chrome/browser/extensions/api/tab_capture/offscreen_tab.h b/chrome/browser/extensions/api/tab_capture/offscreen_tab.h
|
| index 20d88e7445fa07c30d382f19de84c8881a5f1f15..712c1172bc1ff124dbf2c9e5acd59e53b2180243 100644
|
| --- a/chrome/browser/extensions/api/tab_capture/offscreen_tab.h
|
| +++ b/chrome/browser/extensions/api/tab_capture/offscreen_tab.h
|
| @@ -167,7 +167,7 @@ class OffscreenTab : protected content::WebContentsDelegate,
|
| content::MediaStreamType type) final;
|
|
|
| // content::WebContentsObserver overrides
|
| - void DidShowFullscreenWidget(int routing_id) final;
|
| + void DidShowFullscreenWidget() final;
|
|
|
| private:
|
| bool in_fullscreen_mode() const {
|
|
|