Index: webkit/plugins/ppapi/plugin_delegate.h |
diff --git a/webkit/plugins/ppapi/plugin_delegate.h b/webkit/plugins/ppapi/plugin_delegate.h |
index 5695a70287c022ed8ee93090a803bb157f0bfcb0..2e367d1bab7e12013438ee42475b25e75e3c7b1d 100644 |
--- a/webkit/plugins/ppapi/plugin_delegate.h |
+++ b/webkit/plugins/ppapi/plugin_delegate.h |
@@ -308,6 +308,10 @@ class PluginDelegate { |
virtual FullscreenContainer* CreateFullscreenContainer( |
PluginInstance* instance) = 0; |
+ // Gets the size of the screen. The fullscreen window will be created at that |
+ // size. |
+ virtual gfx::Size GetScreenSize() = 0; |
+ |
// Returns a string with the name of the default 8-bit char encoding. |
virtual std::string GetDefaultEncoding() = 0; |