| Index: cc/layers/layer.h
|
| diff --git a/cc/layers/layer.h b/cc/layers/layer.h
|
| index 9af3dea7c7de4f3165334cc6da8e3bfbe36ce105..7e9ba126df70ba45079aeb292c80fd9d4be6924a 100644
|
| --- a/cc/layers/layer.h
|
| +++ b/cc/layers/layer.h
|
| @@ -38,6 +38,12 @@ namespace gfx {
|
| class BoxF;
|
| }
|
|
|
| +namespace base {
|
| +namespace debug {
|
| +class ConvertableToTraceFormat;
|
| +}
|
| +}
|
| +
|
| namespace cc {
|
|
|
| class Animation;
|
| @@ -356,6 +362,7 @@ class CC_EXPORT Layer : public base::RefCounted<Layer>,
|
| virtual void OnOutputSurfaceCreated() {}
|
|
|
| virtual std::string DebugName();
|
| + virtual scoped_refptr<base::debug::ConvertableToTraceFormat> TakeDebugInfo();
|
|
|
| void SetLayerClient(LayerClient* client) { client_ = client; }
|
|
|
|
|