| Index: cc/debug/frame_viewer_instrumentation.h
 | 
| diff --git a/cc/debug/frame_viewer_instrumentation.h b/cc/debug/frame_viewer_instrumentation.h
 | 
| index 7d97b52e0059216c26e0c9126c80886729ff479e..9a6d459cf4919a521a34fdbd4b98b93b81c1634d 100644
 | 
| --- a/cc/debug/frame_viewer_instrumentation.h
 | 
| +++ b/cc/debug/frame_viewer_instrumentation.h
 | 
| @@ -29,7 +29,7 @@ scoped_refptr<base::debug::ConvertableToTraceFormat> TileDataAsValue(
 | 
|      int source_frame_number,
 | 
|      int layer_id) {
 | 
|    scoped_refptr<base::debug::TracedValue> res(new base::debug::TracedValue());
 | 
| -  TracedValue::SetIDRef(tile_id, res, internal::kTileId);
 | 
| +  TracedValue::SetIDRef(tile_id, res.get(), internal::kTileId);
 | 
|    res->SetString(internal::kTileResolution,
 | 
|                   TileResolutionToString(tile_resolution));
 | 
|    res->SetInteger(internal::kSourceFrameNumber, source_frame_number);
 | 
| 
 |