Chromium Code Reviews| Index: content/renderer/render_view_impl.h |
| =================================================================== |
| --- content/renderer/render_view_impl.h (revision 105467) |
| +++ content/renderer/render_view_impl.h (working copy) |
| @@ -299,6 +299,8 @@ |
| const std::string& mime_type, |
| webkit::WebPluginInfo* plugin_info, |
| std::string* actual_mime_type); |
| + // Returns true if we are in fullscreen mode. |
| + bool IsInFullscreenMode(); |
| // IPC::Channel::Listener implementation ------------------------------------- |