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 ecd86c5259560b94e04614741226ea4bfab79d1e..1f1d6fb447a852d4faee0ee2dcc1c0a148fd5dc5 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" |
@@ -543,6 +544,8 @@ class CONTENT_EXPORT RenderWidgetHostImpl |
// fullscreen was granted. |
virtual bool IsFullscreenGranted() 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, |