| Index: third_party/WebKit/Source/core/html/HTMLVideoElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLVideoElement.cpp b/third_party/WebKit/Source/core/html/HTMLVideoElement.cpp
|
| index fb4daa679ce0224022e3b29c6f7a54fa294f6426..0b04e9cb30f6adfad8e9cc5ceaa45ae2fbb9c1c5 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLVideoElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLVideoElement.cpp
|
| @@ -25,6 +25,7 @@
|
|
|
| #include "core/html/HTMLVideoElement.h"
|
|
|
| +#include <memory>
|
| #include "bindings/core/v8/ExceptionState.h"
|
| #include "core/CSSPropertyNames.h"
|
| #include "core/HTMLNames.h"
|
| @@ -46,7 +47,6 @@
|
| #include "platform/graphics/ImageBuffer.h"
|
| #include "platform/graphics/gpu/Extensions3DUtil.h"
|
| #include "public/platform/WebCanvas.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|