| Index: gpu/tools/compositor_model_bench/render_tree.cc
|
| diff --git a/gpu/tools/compositor_model_bench/render_tree.cc b/gpu/tools/compositor_model_bench/render_tree.cc
|
| index 8712a975ef3d776d24f775c9d8d7e98a94311330..ff60961a4a92f89b5d08af21fa0ab3e8eb37b5c4 100644
|
| --- a/gpu/tools/compositor_model_bench/render_tree.cc
|
| +++ b/gpu/tools/compositor_model_bench/render_tree.cc
|
| @@ -442,7 +442,7 @@ RenderNode* InterpretNode(base::DictionaryValue* node) {
|
|
|
|
|
| string outjson;
|
| - JSONWriter::WriteWithOptions(node, base::JSONWriter::OPTIONS_PRETTY_PRINT,
|
| + JSONWriter::WriteWithOptions(*node, base::JSONWriter::OPTIONS_PRETTY_PRINT,
|
| &outjson);
|
| LOG(ERROR) << "Unrecognized node type! JSON:\n\n"
|
| "-----------------------\n" <<
|
|
|