| Index: content/browser/renderer_host/render_view_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
|
| index 15883b6c1e406409563f472588fab4da8fb7099f..795bb914c2b4935ad369f0f7a0785e564f602ca8 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -328,6 +328,7 @@ class CONTENT_EXPORT RenderViewHostImpl
|
| void RequestToLockMouse(bool user_gesture,
|
| bool last_unlocked_by_target) override;
|
| bool IsFullscreen() const override;
|
| + blink::WebDisplayMode GetDisplayMode() const override;
|
| void OnFocus() override;
|
| void OnBlur() override;
|
|
|
|
|