Index: webkit/glue/plugins/pepper_plugin_instance.h |
=================================================================== |
--- webkit/glue/plugins/pepper_plugin_instance.h (revision 51230) |
+++ webkit/glue/plugins/pepper_plugin_instance.h (working copy) |
@@ -34,6 +34,7 @@ |
class DeviceContext2D; |
class PluginDelegate; |
class PluginModule; |
+class URLLoader; |
class PluginInstance : public base::RefCounted<PluginInstance> { |
public: |
@@ -78,6 +79,7 @@ |
bool Initialize(WebKit::WebPluginContainer* container, |
const std::vector<std::string>& arg_names, |
const std::vector<std::string>& arg_values); |
+ bool HandleDocumentLoad(URLLoader* loader); |
bool HandleInputEvent(const WebKit::WebInputEvent& event, |
WebKit::WebCursorInfo* cursor_info); |
PP_Var GetInstanceObject(); |