Chromium Code Reviews| Index: webkit/plugins/ppapi/ppb_video_layer_software.cc |
| diff --git a/webkit/plugins/ppapi/ppb_video_layer_software.cc b/webkit/plugins/ppapi/ppb_video_layer_software.cc |
| index dbc1364cedb0480966d2b86f8afb8774fb3d9178..b569420313eed486faa38ee5d2c6cb6b41e49126 100644 |
| --- a/webkit/plugins/ppapi/ppb_video_layer_software.cc |
| +++ b/webkit/plugins/ppapi/ppb_video_layer_software.cc |
| @@ -7,7 +7,7 @@ |
| namespace webkit { |
| namespace ppapi { |
| -PPB_VideoLayer_Software::PPB_VideoLayer_Software(PluginInstance* instance) |
| +PPB_VideoLayer_Software::PPB_VideoLayer_Software(PP_Instance instance) |
| : PPB_VideoLayer_Impl(instance) { |
| } |