Index: content/renderer/render_view_impl.cc |
=================================================================== |
--- content/renderer/render_view_impl.cc (revision 105398) |
+++ content/renderer/render_view_impl.cc (working copy) |
@@ -3120,6 +3120,13 @@ |
loadURLExternally(frame, request, policy); |
} |
+bool RenderViewImpl::IsInFullscreenMode() { |
+ // TODO(darin): add a boolean flag to ViewMsg_Resize indicating whether or |
+ // not we are in fullscreen mode. Return the value that was reported via the |
+ // ViewMsg_Resize IPC. |
+ return true; |
+} |
+ |
// webkit_glue::WebPluginPageDelegate ------------------------------------------ |
webkit::npapi::WebPluginDelegate* RenderViewImpl::CreatePluginDelegate( |