Chromium Code Reviews| Index: content/renderer/pepper/pepper_webplugin_impl.h |
| diff --git a/content/renderer/pepper/pepper_webplugin_impl.h b/content/renderer/pepper/pepper_webplugin_impl.h |
| index cee66902371069cfd33cc39176db3ceafea78279..a2a486148936a507999d4f2645f909b3d0303ab1 100644 |
| --- a/content/renderer/pepper/pepper_webplugin_impl.h |
| +++ b/content/renderer/pepper/pepper_webplugin_impl.h |
| @@ -41,8 +41,8 @@ class PepperWebPluginImpl : public blink::WebPlugin { |
| virtual blink::WebPluginContainer* container() const; |
| virtual bool initialize(blink::WebPluginContainer* container); |
| virtual void destroy(); |
| - virtual NPObject* scriptableObject(); |
| - virtual struct _NPP* pluginNPP(); |
| + virtual bool getScriptableObject(v8::Isolate* isolate, |
|
Krzysztof Olczyk
2014/07/31 07:12:57
You will need to update it, as based on suggestion
|
| + v8::Local<v8::Object>* object) OVERRIDE; |
| virtual bool getFormValue(blink::WebString& value); |
| virtual void paint(blink::WebCanvas* canvas, const blink::WebRect& rect); |
| virtual void updateGeometry( |