Chromium Code Reviews| Index: cc/layers/video_layer.h |
| diff --git a/cc/layers/video_layer.h b/cc/layers/video_layer.h |
| index a59f1cc56682d4b7752fe9bb6638d8b9bd64216f..fdc975315487ca3d81584db4d6244305a16f57a0 100644 |
| --- a/cc/layers/video_layer.h |
| +++ b/cc/layers/video_layer.h |
| @@ -9,6 +9,7 @@ |
| #include "base/macros.h" |
| #include "cc/base/cc_export.h" |
| #include "cc/layers/layer.h" |
| +#include "cc/layers/layer_settings.h" |
|
loyso (OOO)
2016/02/29 06:25:00
This is temp to comply with current DEPS. It willl
|
| #include "media/base/video_rotation.h" |
| namespace media { class VideoFrame; } |