| Index: content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| diff --git a/content/renderer/pepper/pepper_plugin_delegate_impl.h b/content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| index ebfbdddd164520353490b3e26dd6cc7d10c23407..bc858fe6cae58a397a0e882e95d1ed773039fe6a 100644
|
| --- a/content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| +++ b/content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| @@ -116,7 +116,8 @@ class PepperPluginDelegateImpl
|
| const gfx::Rect& paint_bounds,
|
| TransportDIB** dib,
|
| gfx::Rect* location,
|
| - gfx::Rect* clip);
|
| + gfx::Rect* clip,
|
| + float* scale_factor);
|
|
|
| // Called by RenderView when ViewMsg_AsyncOpenFile_ACK.
|
| void OnAsyncFileOpened(base::PlatformFileError error_code,
|
|
|