Index: webkit/plugins/ppapi/plugin_delegate.h |
diff --git a/webkit/plugins/ppapi/plugin_delegate.h b/webkit/plugins/ppapi/plugin_delegate.h |
index 714c8830daec9408c33f250b440d2d2e628d86e4..482b83802e0a61e9408c43161511e8c2411cd39c 100644 |
--- a/webkit/plugins/ppapi/plugin_delegate.h |
+++ b/webkit/plugins/ppapi/plugin_delegate.h |
@@ -162,6 +162,7 @@ class PluginDelegate { |
virtual void RemoveInstance(PP_Instance instance) = 0; |
virtual base::ProcessId GetPeerProcessId() = 0; |
+ virtual int GetPluginChildId() = 0; |
}; |
// Represents an image. This is to allow the browser layer to supply a correct |