| 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 cee439cf10c393a88ff6419ddc80593c5ad5be9b..2ddc2f57ff03be4efe93c91869161fe588cfc8a4 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"
|
|
|
| @@ -181,6 +182,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) {}
|
|
|
|
|