| 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 617b54735b047ee223b2efd90cd49ee0018ce2fe..50033342a33aa5ca72440eeb8702f3a484f73c25 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"
|
| @@ -545,6 +546,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,
|
|
|