| Index: content/common/gpu/media/v4l2_slice_video_decode_accelerator.cc
|
| diff --git a/content/common/gpu/media/v4l2_slice_video_decode_accelerator.cc b/content/common/gpu/media/v4l2_slice_video_decode_accelerator.cc
|
| index 50e6c59503465848a8cc33e62d6957c6f4a8d983..08cca638cf79101a3b503156d5140ead7afd2eb8 100644
|
| --- a/content/common/gpu/media/v4l2_slice_video_decode_accelerator.cc
|
| +++ b/content/common/gpu/media/v4l2_slice_video_decode_accelerator.cc
|
| @@ -2,6 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "content/common/gpu/media/v4l2_slice_video_decode_accelerator.h"
|
| +
|
| #include <errno.h>
|
| #include <fcntl.h>
|
| #include <linux/videodev2.h>
|
| @@ -11,6 +13,8 @@
|
| #include <sys/ioctl.h>
|
| #include <sys/mman.h>
|
|
|
| +#include <memory>
|
| +
|
| #include "base/bind.h"
|
| #include "base/bind_helpers.h"
|
| #include "base/callback.h"
|
| @@ -20,7 +24,6 @@
|
| #include "base/numerics/safe_conversions.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "content/common/gpu/media/shared_memory_region.h"
|
| -#include "content/common/gpu/media/v4l2_slice_video_decode_accelerator.h"
|
| #include "media/base/bind_to_current_loop.h"
|
| #include "media/base/media_switches.h"
|
| #include "ui/gl/gl_context.h"
|
|
|