Chromium Code Reviews| Index: cc/resources/picture.cc |
| diff --git a/cc/resources/picture.cc b/cc/resources/picture.cc |
| index 6fa5abcabf203e4bfddcb99d3e72856155e98f3f..ec1f333f1f251f098e51c83107e1652cdd91721e 100644 |
| --- a/cc/resources/picture.cc |
| +++ b/cc/resources/picture.cc |
| @@ -412,7 +412,7 @@ |
| base::Base64Encode(std::string(serialized_picture.get(), serialized_size), |
| &b64_picture); |
| res->SetString("skp64", b64_picture); |
| - return res.Pass(); |
| + return res.PassAs<base::Value>(); |
| } |
| void Picture::EmitTraceSnapshot() const { |