| Index: content/browser/renderer_host/render_view_host_delegate.h
|
| diff --git a/content/browser/renderer_host/render_view_host_delegate.h b/content/browser/renderer_host/render_view_host_delegate.h
|
| index b6e74b806b03f3270f179dc42fb8df79c67edb2e..d4100c26a2081ada44f491bef9526ec39596859d 100644
|
| --- a/content/browser/renderer_host/render_view_host_delegate.h
|
| +++ b/content/browser/renderer_host/render_view_host_delegate.h
|
| @@ -14,6 +14,7 @@
|
| #include "content/browser/dom_storage/session_storage_namespace_impl.h"
|
| #include "content/common/content_export.h"
|
| #include "net/base/load_states.h"
|
| +#include "third_party/WebKit/public/platform/WebDisplayMode.h"
|
| #include "third_party/WebKit/public/web/WebPopupType.h"
|
| #include "ui/base/window_open_disposition.h"
|
|
|
| @@ -191,6 +192,9 @@ class CONTENT_EXPORT RenderViewHostDelegate {
|
| // Returns whether the associated tab is in fullscreen mode.
|
| virtual bool IsFullscreenForCurrentTab() const;
|
|
|
| + // Returns the display mode for the view.
|
| + virtual blink::WebDisplayMode GetDisplayMode() const;
|
| +
|
| // The contents' preferred size changed.
|
| virtual void UpdatePreferredSize(const gfx::Size& pref_size) {}
|
|
|
|
|