| Index: content/renderer/pepper/ppb_widget_impl.h
|
| diff --git a/content/renderer/pepper/ppb_widget_impl.h b/content/renderer/pepper/ppb_widget_impl.h
|
| index 66139ca755295036f160497f6c3f803cc30bd0fa..db6feb34e51ff8612418a175fd538c50ac7c6856 100644
|
| --- a/content/renderer/pepper/ppb_widget_impl.h
|
| +++ b/content/renderer/pepper/ppb_widget_impl.h
|
| @@ -31,7 +31,7 @@ class PPB_Widget_Impl : public ppapi::Resource,
|
| virtual ppapi::thunk::PPB_Widget_API* AsPPB_Widget_API() OVERRIDE;
|
|
|
| // PPB_WidgetAPI implementation.
|
| - virtual PP_Bool Paint(const PP_Rect* rect, PP_Resource ) OVERRIDE;
|
| + virtual PP_Bool Paint(const PP_Rect* rect, PP_Resource) OVERRIDE;
|
| virtual PP_Bool HandleEvent(PP_Resource pp_input_event) OVERRIDE;
|
| virtual PP_Bool GetLocation(PP_Rect* location) OVERRIDE;
|
| virtual void SetLocation(const PP_Rect* location) OVERRIDE;
|
|
|