| Index: Source/core/html/HTMLVideoElement.cpp
|
| diff --git a/Source/core/html/HTMLVideoElement.cpp b/Source/core/html/HTMLVideoElement.cpp
|
| index a818309f3bccab67f67150680776fe7d2c6806d6..a2168a583a40254bb2da87a8b70b0953bad467fa 100644
|
| --- a/Source/core/html/HTMLVideoElement.cpp
|
| +++ b/Source/core/html/HTMLVideoElement.cpp
|
| @@ -41,6 +41,7 @@
|
| #include "core/rendering/RenderVideo.h"
|
| #include "platform/UserGestureIndicator.h"
|
| #include "platform/graphics/GraphicsContext.h"
|
| +#include "platform/graphics/ImageBuffer.h"
|
| #include "platform/graphics/gpu/Extensions3DUtil.h"
|
| #include "public/platform/WebCanvas.h"
|
| #include "public/platform/WebGraphicsContext3D.h"
|
|
|