| Index: trunk/src/content/renderer/pepper/pepper_plugin_instance_impl.h
|
| ===================================================================
|
| --- trunk/src/content/renderer/pepper/pepper_plugin_instance_impl.h (revision 220164)
|
| +++ trunk/src/content/renderer/pepper/pepper_plugin_instance_impl.h (working copy)
|
| @@ -347,6 +347,8 @@
|
| virtual ppapi::VarTracker* GetVarTracker() OVERRIDE;
|
| virtual const GURL& GetPluginURL() OVERRIDE;
|
| virtual base::FilePath GetModulePath() OVERRIDE;
|
| + virtual PP_Resource CreateExternalFileReference(
|
| + const base::FilePath& external_file_path) OVERRIDE;
|
| virtual PP_Resource CreateImage(gfx::ImageSkia* source_image,
|
| float scale) OVERRIDE;
|
| virtual PP_ExternalPluginResult SwitchToOutOfProcessProxy(
|
|
|