| Index: content/shell/browser/shell.h
|
| diff --git a/content/shell/browser/shell.h b/content/shell/browser/shell.h
|
| index 7d03a41804a35d26f6907cc4123db25b4a0eda00..ef5a3bb6439d13ab49998f90a5ef536f233f325a 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;
|
|
|