Chromium Code Reviews| Index: cc/video_layer_impl.h |
| diff --git a/cc/video_layer_impl.h b/cc/video_layer_impl.h |
| index b254e8c50b0d3b59241c6a09cbe9158e1868f166..783221d5bafcfce93be89aae1fefa4752cb62b06 100644 |
| --- a/cc/video_layer_impl.h |
| +++ b/cc/video_layer_impl.h |
| @@ -10,6 +10,7 @@ |
| #include "IntSize.h" |
| #include <public/WebTransformationMatrix.h> |
| #include <public/WebVideoFrameProvider.h> |
| +#include <wtf/ThreadingPrimitives.h> |
|
enne (OOO)
2012/10/15 21:08:46
Sad to add this in, but the resource provider was
jamesr
2012/10/15 21:11:44
via HashMap? Ouch, thought I had removed all of th
|
| namespace WebKit { |
| class WebVideoFrame; |