| Index: cc/quads/tile_draw_quad.h
|
| diff --git a/cc/quads/tile_draw_quad.h b/cc/quads/tile_draw_quad.h
|
| index 2d3c2ee7d92f0a2fd70d861b0ef21db546993710..72e6bba5963b392218276b4e69fcb8f4cd719d03 100644
|
| --- a/cc/quads/tile_draw_quad.h
|
| +++ b/cc/quads/tile_draw_quad.h
|
| @@ -41,7 +41,7 @@ class CC_EXPORT TileDrawQuad : public ContentDrawQuadBase {
|
| static const TileDrawQuad* MaterialCast(const DrawQuad*);
|
|
|
| private:
|
| - virtual void ExtendValue(base::DictionaryValue* value) const OVERRIDE;
|
| + virtual void ExtendValue(base::debug::TracedValue* value) const OVERRIDE;
|
| };
|
|
|
| } // namespace cc
|
|
|