| Index: cc/quads/texture_draw_quad.h
|
| diff --git a/cc/quads/texture_draw_quad.h b/cc/quads/texture_draw_quad.h
|
| index 409679bafcdcbfe8a3835c76e874be03bab7d4ae..ef8090c3c0d6c57385b8e6d865c6eaa3d2ff05f5 100644
|
| --- a/cc/quads/texture_draw_quad.h
|
| +++ b/cc/quads/texture_draw_quad.h
|
| @@ -55,7 +55,7 @@ class CC_EXPORT TextureDrawQuad : public DrawQuad {
|
| static const TextureDrawQuad* MaterialCast(const DrawQuad*);
|
|
|
| private:
|
| - virtual void ExtendValue(base::DictionaryValue* value) const OVERRIDE;
|
| + virtual void ExtendValue(base::debug::TracedValue* value) const OVERRIDE;
|
| };
|
|
|
| } // namespace cc
|
|
|