| Index: cc/layers/heads_up_display_layer_impl.h
|
| diff --git a/cc/layers/heads_up_display_layer_impl.h b/cc/layers/heads_up_display_layer_impl.h
|
| index b5fa3559e02c6ee1ca8f1057e5366b1d3c735e45..8ee386c6773509c8a45a9bfb8ced16136a1e7a47 100644
|
| --- a/cc/layers/heads_up_display_layer_impl.h
|
| +++ b/cc/layers/heads_up_display_layer_impl.h
|
| @@ -72,7 +72,7 @@ class CC_EXPORT HeadsUpDisplayLayerImpl : public LayerImpl {
|
|
|
| virtual const char* LayerTypeAsString() const OVERRIDE;
|
|
|
| - virtual void AsValueInto(base::DictionaryValue* dict) const OVERRIDE;
|
| + virtual void AsValueInto(base::debug::TracedValue* dict) const OVERRIDE;
|
|
|
| void UpdateHudContents();
|
| void DrawHudContents(SkCanvas* canvas);
|
|
|