| 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 470725a39dac37142317eaed34c08915480ea284..ad98b92d6146f0f0c2222b0f3421d21067541031 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 IsFullscreenGranted() const override;
|
| + blink::WebDisplayMode GetDisplayMode() const override;
|
| void OnFocus() override;
|
| void OnBlur() override;
|
|
|
|
|