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 cdc49d98f3c946a8c055ebdac756371fb64a48ef..a9e077aa24b60191635d38e84c0d9108b5fe3ef2 100644 |
--- a/content/renderer/pepper/pepper_webplugin_impl.h |
+++ b/content/renderer/pepper/pepper_webplugin_impl.h |
@@ -52,7 +52,7 @@ class PepperWebPluginImpl : public blink::WebPlugin { |
const blink::WebRect& clip_rect, |
const blink::WebVector<blink::WebRect>& cut_outs_rects, |
bool is_visible); |
- virtual void updateFocus(bool focused); |
+ virtual void updateFocus(bool focused, blink::WebFocusType focusType); |
virtual void updateVisibility(bool visible); |
virtual bool acceptsInputEvents(); |
virtual bool handleInputEvent(const blink::WebInputEvent& event, |