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 b254488cf45a68a221affe3bdd8c439c4e99ac5f..6ade353c215024064ffe1e85ab7a623c7530a9c1 100644 |
--- a/content/renderer/pepper_plugin_delegate_impl.h |
+++ b/content/renderer/pepper_plugin_delegate_impl.h |
@@ -281,9 +281,6 @@ class PepperPluginDelegateImpl |
void CompleteShowContextMenu(int request_id, |
bool did_select, |
unsigned action); |
- virtual webkit::ppapi::FullscreenContainer* |
- CreateFullscreenContainer( |
- webkit::ppapi::PluginInstance* instance) OVERRIDE; |
virtual gfx::Size GetScreenSize() OVERRIDE; |
virtual std::string GetDefaultEncoding() OVERRIDE; |
virtual void ZoomLimitsChanged(double minimum_factor, double maximum_factor) |