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

Unified Diff: ppapi/proxy/plugin_dispatcher.h

Issue 7826017: Add PPB_Fullscreen;0.5. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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
Index: ppapi/proxy/plugin_dispatcher.h
===================================================================
--- ppapi/proxy/plugin_dispatcher.h (revision 102782)
+++ ppapi/proxy/plugin_dispatcher.h (working copy)
@@ -35,7 +35,8 @@
struct InstanceData {
InstanceData();
PP_Rect position;
- PP_Bool fullscreen;
+ PP_Bool fullscreen; // Used for PPB_Fullscreen_Dev.
+ PP_Bool flash_fullscreen; // Used for PPB_FlashFullscreen.
};
class PPAPI_PROXY_EXPORT PluginDispatcher : public Dispatcher {

Powered by Google App Engine
This is Rietveld 408576698