Index: content/renderer/pepper_plugin_delegate_impl.h |
diff --git a/content/renderer/pepper_plugin_delegate_impl.h b/content/renderer/pepper_plugin_delegate_impl.h |
index 74c4019be780d013cc22fc75a31d7b45715bd9e9..3c7c191da1467146bd51698e7e1f4fd121021a7d 100644 |
--- a/content/renderer/pepper_plugin_delegate_impl.h |
+++ b/content/renderer/pepper_plugin_delegate_impl.h |
@@ -281,9 +281,9 @@ class PepperPluginDelegateImpl |
void CompleteShowContextMenu(int request_id, |
bool did_select, |
unsigned action); |
- virtual webkit::ppapi::FullscreenContainer* |
- CreateFullscreenContainer( |
- webkit::ppapi::PluginInstance* instance) OVERRIDE; |
+ virtual void SetFullscreen( |
+ webkit::ppapi::PluginInstance* instance, |
+ bool fullscreen) OVERRIDE; |
virtual gfx::Size GetScreenSize() OVERRIDE; |
virtual std::string GetDefaultEncoding() OVERRIDE; |
virtual void ZoomLimitsChanged(double minimum_factor, double maximum_factor) |