Index: ppapi/proxy/resource_creation_proxy.h |
diff --git a/ppapi/proxy/resource_creation_proxy.h b/ppapi/proxy/resource_creation_proxy.h |
index 1507dc8c6c54873316b6a85414933583b8200f0a..df564da7ca30bb5455cc4d43f16f23fca11ce344 100644 |
--- a/ppapi/proxy/resource_creation_proxy.h |
+++ b/ppapi/proxy/resource_creation_proxy.h |
@@ -134,6 +134,8 @@ class ResourceCreationProxy : public InterfaceProxy, |
PP_Instance instance, |
const PP_NetAddress_Private& private_addr) OVERRIDE; |
virtual PP_Resource CreateNetworkMonitor(PP_Instance instance) OVERRIDE; |
+ virtual PP_Resource CreateOutputProtectionPrivate( |
+ PP_Instance instance) OVERRIDE; |
virtual PP_Resource CreatePrinting(PP_Instance) OVERRIDE; |
virtual PP_Resource CreateTCPServerSocketPrivate( |
PP_Instance instance) OVERRIDE; |