Index: webkit/glue/plugins/pepper_plugin_instance.h |
=================================================================== |
--- webkit/glue/plugins/pepper_plugin_instance.h (revision 60181) |
+++ webkit/glue/plugins/pepper_plugin_instance.h (working copy) |
@@ -107,6 +107,7 @@ |
bool HandleDocumentLoad(URLLoader* loader); |
bool HandleInputEvent(const WebKit::WebInputEvent& event, |
WebKit::WebCursorInfo* cursor_info); |
+ void FocusChanged(bool has_focus); |
PP_Var GetInstanceObject(); |
void ViewChanged(const gfx::Rect& position, const gfx::Rect& clip); |