| Index: ui/compositor/layer.h
|
| diff --git a/ui/compositor/layer.h b/ui/compositor/layer.h
|
| index 0ff6a9611eab1390323d12dd2ec658168a4c7a9f..a418b4e44f4a993fb10cf2c67efd7c228cd8c505 100644
|
| --- a/ui/compositor/layer.h
|
| +++ b/ui/compositor/layer.h
|
| @@ -350,8 +350,7 @@ class COMPOSITOR_EXPORT Layer
|
| bool force_render_surface() const { return force_render_surface_; }
|
|
|
| // LayerClient
|
| - virtual scoped_refptr<base::debug::ConvertableToTraceFormat>
|
| - TakeDebugInfo() OVERRIDE;
|
| + virtual scoped_refptr<cc::LayerDebugInfo> TakeDebugInfo() OVERRIDE;
|
|
|
| // LayerAnimationEventObserver
|
| virtual void OnAnimationStarted(const cc::AnimationEvent& event) OVERRIDE;
|
|
|