| Index: content/renderer/npapi/webplugin_impl.h
|
| diff --git a/content/renderer/npapi/webplugin_impl.h b/content/renderer/npapi/webplugin_impl.h
|
| index 6242ad3cc0d8a6a34cc98c5876c33f3fac2ab56b..cb4182764d122a1b1354b462a171c84298a51cbb 100644
|
| --- a/content/renderer/npapi/webplugin_impl.h
|
| +++ b/content/renderer/npapi/webplugin_impl.h
|
| @@ -78,7 +78,7 @@ class WebPluginImpl : public WebPlugin,
|
| virtual void updateGeometry(
|
| const blink::WebRect& frame_rect, const blink::WebRect& clip_rect,
|
| const blink::WebVector<blink::WebRect>& cut_outs, bool is_visible);
|
| - virtual void updateFocus(bool focused);
|
| + virtual void updateFocus(bool focused, blink::WebFocusType focus_type);
|
| virtual void updateVisibility(bool visible);
|
| virtual bool acceptsInputEvents();
|
| virtual bool handleInputEvent(
|
|
|