| Index: content/shell/browser/shell.h
|
| diff --git a/content/shell/browser/shell.h b/content/shell/browser/shell.h
|
| index 2ab365e970e615152dd695e7dbe9babcd2b85872..de193c042bd1c334676ad34c583c049ab8b4f1d6 100644
|
| --- a/content/shell/browser/shell.h
|
| +++ b/content/shell/browser/shell.h
|
| @@ -125,6 +125,8 @@ class Shell : public WebContentsDelegate,
|
| void ExitFullscreenModeForTab(WebContents* web_contents) override;
|
| bool IsFullscreenForTabOrPending(
|
| const WebContents* web_contents) const override;
|
| + blink::WebDisplayMode GetDisplayMode(
|
| + const WebContents* web_contents) const override;
|
| void RequestToLockMouse(WebContents* web_contents,
|
| bool user_gesture,
|
| bool last_unlocked_by_target) override;
|
|
|