| Index: content/renderer/media/html_video_element_capturer_source.cc
|
| diff --git a/content/renderer/media/html_video_element_capturer_source.cc b/content/renderer/media/html_video_element_capturer_source.cc
|
| index 1c59f960efc0d5a2fd6c271f4a3a26a7f6ce690f..f096b3d29681a6b04cfe4ff6f11a54b58eff80d7 100644
|
| --- a/content/renderer/media/html_video_element_capturer_source.cc
|
| +++ b/content/renderer/media/html_video_element_capturer_source.cc
|
| @@ -21,7 +21,6 @@
|
| #include "third_party/libyuv/include/libyuv.h"
|
| #include "third_party/skia/include/core/SkCanvas.h"
|
| #include "third_party/skia/include/core/SkSurface.h"
|
| -#include "third_party/skia/include/core/SkXfermode.h"
|
|
|
| namespace {
|
| const float kMinFramesPerSecond = 1.0;
|
|
|