Chromium Code Reviews| Index: cc/layers/layer_client.h |
| diff --git a/cc/layers/layer_client.h b/cc/layers/layer_client.h |
| index 73c0fd2514b3081a524c5704552f17790d71a8f0..41ae0a9ce810b33936221489d643a0f35661bde8 100644 |
| --- a/cc/layers/layer_client.h |
| +++ b/cc/layers/layer_client.h |
| @@ -9,6 +9,12 @@ |
| #include "cc/base/cc_export.h" |
| +namespace base { |
| +namespace debug { |
| +class ConvertableToTraceFormat; |
| +} |
| +} |
| + |
| namespace cc { |
| class CC_EXPORT LayerClient { |