| Index: ui/compositor/layer.h
|
| diff --git a/ui/compositor/layer.h b/ui/compositor/layer.h
|
| index d009af467b355ad32c2ef195f74732081cf857c4..441ac99cb21518478950f18a5a116c592b45a5a9 100644
|
| --- a/ui/compositor/layer.h
|
| +++ b/ui/compositor/layer.h
|
| @@ -347,8 +347,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;
|
|
|