| Index: ui/compositor/layer.cc
|
| diff --git a/ui/compositor/layer.cc b/ui/compositor/layer.cc
|
| index a0858a6cca8248e92f9a9082d980456342174db8..2a549d086b6fa2d839ce773b8077927a016c5fb5 100644
|
| --- a/ui/compositor/layer.cc
|
| +++ b/ui/compositor/layer.cc
|
| @@ -667,6 +667,11 @@ std::string Layer::DebugName() {
|
| return name_;
|
| }
|
|
|
| +scoped_refptr<base::debug::ConvertableToTraceFormat> Layer::TakeDebugInfo() {
|
| + // TODO: return something useful here.
|
| + return NULL;
|
| +}
|
| +
|
| void Layer::OnAnimationStarted(const cc::AnimationEvent& event) {
|
| if (animator_.get())
|
| animator_->OnThreadedAnimationStarted(event);
|
|
|