| Index: cc/layers/surface_layer_impl.h
|
| diff --git a/cc/layers/surface_layer_impl.h b/cc/layers/surface_layer_impl.h
|
| index 712ea14d701f334a58f6c414d7ba430c4f44dd17..65120aadba026fe63b9f3962ebafc44c2d828c6f 100644
|
| --- a/cc/layers/surface_layer_impl.h
|
| +++ b/cc/layers/surface_layer_impl.h
|
| @@ -35,7 +35,7 @@
|
| private:
|
| virtual void GetDebugBorderProperties(SkColor* color,
|
| float* width) const OVERRIDE;
|
| - virtual void AsValueInto(base::debug::TracedValue* dict) const OVERRIDE;
|
| + virtual void AsValueInto(base::DictionaryValue* dict) const OVERRIDE;
|
| virtual const char* LayerTypeAsString() const OVERRIDE;
|
|
|
| SurfaceId surface_id_;
|
|
|