| Index: cc/layers/tiled_layer_impl.h
|
| diff --git a/cc/layers/tiled_layer_impl.h b/cc/layers/tiled_layer_impl.h
|
| index e3d38a0ee3d2f9d7a4e52976d58241a497a3b24f..7fc4347054e107467475f0fc651889b093bd7bbe 100644
|
| --- a/cc/layers/tiled_layer_impl.h
|
| +++ b/cc/layers/tiled_layer_impl.h
|
| @@ -58,7 +58,7 @@
|
|
|
| virtual void GetDebugBorderProperties(SkColor* color, float* width) const
|
| OVERRIDE;
|
| - virtual void AsValueInto(base::debug::TracedValue* dict) const OVERRIDE;
|
| + virtual void AsValueInto(base::DictionaryValue* state) const OVERRIDE;
|
|
|
| private:
|
| virtual const char* LayerTypeAsString() const OVERRIDE;
|
|
|