Index: webkit/plugins/ppapi/resource_creation_impl.h |
diff --git a/webkit/plugins/ppapi/resource_creation_impl.h b/webkit/plugins/ppapi/resource_creation_impl.h |
index f7c2a70499e0d2cbd5635f49d13e7be2da4b4f9c..66e625191d891bc36f425d1e151a0c6c0dcaadcf 100644 |
--- a/webkit/plugins/ppapi/resource_creation_impl.h |
+++ b/webkit/plugins/ppapi/resource_creation_impl.h |
@@ -72,6 +72,7 @@ class ResourceCreationImpl : public ::ppapi::FunctionGroupBase, |
PP_ImageDataFormat format, |
const PP_Size& size, |
PP_Bool init_to_zero) OVERRIDE; |
+ virtual PP_Resource CreateHostResolverPrivate(PP_Instance instance) OVERRIDE; |
yzshen1
2012/02/28 08:29:00
Sort alphabetically, please. (And also the corresp
ygorshenin1
2012/02/28 12:09:47
Done.
|
virtual PP_Resource CreateKeyboardInputEvent( |
PP_Instance instance, |
PP_InputEvent_Type type, |