Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1887)

Unified Diff: content/renderer/render_widget.h

Issue 8273029: PPAPI Fullscreen: In ViewChanged, check if the browser entered fullscreen mode (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/renderer/pepper_plugin_delegate_impl.cc ('k') | webkit/plugins/ppapi/mock_plugin_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_widget.h
===================================================================
--- content/renderer/render_widget.h (revision 105483)
+++ content/renderer/render_widget.h (working copy)
@@ -94,6 +94,10 @@
gfx::NativeViewId host_window() const { return host_window_; }
gfx::Size size() const { return size_; }
bool has_focus() const { return has_focus_; }
+ // 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 here.
+ bool is_fullscreen() const { return true; }
// IPC::Channel::Listener
virtual bool OnMessageReceived(const IPC::Message& msg);
« no previous file with comments | « content/renderer/pepper_plugin_delegate_impl.cc ('k') | webkit/plugins/ppapi/mock_plugin_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698