Chromium Code Reviews| Index: ppapi/api/ppb_var_resource.idl |
| diff --git a/ppapi/api/dev/ppb_var_resource_dev.idl b/ppapi/api/ppb_var_resource.idl |
| similarity index 92% |
| rename from ppapi/api/dev/ppb_var_resource_dev.idl |
| rename to ppapi/api/ppb_var_resource.idl |
| index 2e5a6f307cccf6aea3d8c553480c292ded9a0fcf..5a008e5b52e08cb773fefbce8ce27badadce6dff 100644 |
| --- a/ppapi/api/dev/ppb_var_resource_dev.idl |
| +++ b/ppapi/api/ppb_var_resource.idl |
| @@ -9,11 +9,11 @@ |
| */ |
| label Chrome { |
| - M32 = 0.1 |
| + M34 = 1.0 |
| }; |
| -[macro="PPB_VAR_RESOURCE_DEV_INTERFACE"] |
| -interface PPB_VarResource_Dev { |
| +[macro="PPB_VAR_RESOURCE_INTERFACE"] |
| +interface PPB_VarResource { |
|
yzshen1
2014/02/04 17:53:21
I remember that we had considered the alternative
dmichael (off chromium)
2014/02/04 17:55:47
My recollection is that we had decided to merge it
Matt Giuca
2014/02/06 08:51:14
Done.
|
| /** |
| * Converts a resource-type var to a <code>PP_Resource</code>. |
| * |