| Index: content/browser/renderer_host/render_widget_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h
|
| index bea0bfad580daf6ab52c8b925920a69c268f91d0..e1bd5ee71ecaa8c82a4a2c71ae62ad22ff81f07c 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.h
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.h
|
| @@ -37,6 +37,7 @@
|
| #include "content/public/browser/render_widget_host.h"
|
| #include "content/public/common/page_zoom.h"
|
| #include "ipc/ipc_listener.h"
|
| +#include "third_party/WebKit/public/platform/WebDisplayMode.h"
|
| #include "ui/base/ime/text_input_mode.h"
|
| #include "ui/base/ime/text_input_type.h"
|
| #include "ui/events/gesture_detection/gesture_provider_config_helper.h"
|
| @@ -542,6 +543,8 @@ class CONTENT_EXPORT RenderWidgetHostImpl
|
| // RenderViewHost overrides this method to report when in fullscreen mode.
|
| virtual bool IsFullscreen() const;
|
|
|
| + virtual blink::WebDisplayMode GetDisplayMode() const;
|
| +
|
| // Indicates if the render widget host should track the render widget's size
|
| // as opposed to visa versa.
|
| void SetAutoResize(bool enable,
|
|
|