Chromium Code Reviews| Index: ppapi/proxy/raw_var_data.h |
| diff --git a/ppapi/proxy/raw_var_data.h b/ppapi/proxy/raw_var_data.h |
| index 1e8746f2a37e76f2af85ce72d06a37789d7ad964..39b23d6f102db5e1b385d6b51b06c5dfabde1fc6 100644 |
| --- a/ppapi/proxy/raw_var_data.h |
| +++ b/ppapi/proxy/raw_var_data.h |
| @@ -51,7 +51,8 @@ class PPAPI_PROXY_EXPORT RawVarDataGraph { |
| // Construct a RawVarDataGraph from a given root PP_Var. A null pointer |
| // is returned upon failure. |
| static scoped_ptr<RawVarDataGraph> Create(const PP_Var& var, |
| - PP_Instance instance); |
| + PP_Instance instance, |
| + bool allow_cycles); |
|
dmichael (off chromium)
2013/06/04 16:59:10
Why have this parameter? Why not just disallow cyc
raymes
2013/06/04 19:36:06
Done.
|
| // Constructs an empty RawVarDataGraph. |
| RawVarDataGraph(); |