Index: content/renderer/pepper_plugin_delegate_impl.h |
=================================================================== |
--- content/renderer/pepper_plugin_delegate_impl.h (revision 98865) |
+++ content/renderer/pepper_plugin_delegate_impl.h (working copy) |
@@ -281,6 +281,9 @@ |
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) |
Property changes on: content/renderer/pepper_plugin_delegate_impl.h |
___________________________________________________________________ |
Deleted: svn:mergeinfo |