| Index: cc/quads/stream_video_draw_quad.h
|
| diff --git a/cc/quads/stream_video_draw_quad.h b/cc/quads/stream_video_draw_quad.h
|
| index 0570f31cb1905e61bb0e62de1a4089876477c6d8..5db7c3bfbb028b39bab34e67ad4e6f75ed8b757e 100644
|
| --- a/cc/quads/stream_video_draw_quad.h
|
| +++ b/cc/quads/stream_video_draw_quad.h
|
| @@ -40,7 +40,7 @@ class CC_EXPORT StreamVideoDrawQuad : public DrawQuad {
|
| static const StreamVideoDrawQuad* MaterialCast(const DrawQuad*);
|
|
|
| private:
|
| - virtual void ExtendValue(base::DictionaryValue* value) const OVERRIDE;
|
| + virtual void ExtendValue(base::debug::TracedValue* value) const OVERRIDE;
|
| };
|
|
|
| } // namespace cc
|
|
|