| Index: content/renderer/media/html_video_element_capturer_source.h
|
| diff --git a/content/renderer/media/html_video_element_capturer_source.h b/content/renderer/media/html_video_element_capturer_source.h
|
| index 6bfa25bc452882fe063facae77663102bcb12796..b37c39d9202eeb61186d2cf04484d867e1c23c1f 100644
|
| --- a/content/renderer/media/html_video_element_capturer_source.h
|
| +++ b/content/renderer/media/html_video_element_capturer_source.h
|
| @@ -13,6 +13,7 @@
|
| #include "media/base/video_frame_pool.h"
|
| #include "media/base/video_types.h"
|
| #include "media/capture/video_capturer_source.h"
|
| +#include "skia/ext/cdl_common.h"
|
| #include "third_party/WebKit/public/platform/WebSize.h"
|
| #include "third_party/skia/include/core/SkRefCnt.h"
|
|
|
| @@ -24,8 +25,6 @@ namespace blink {
|
| class WebMediaPlayer;
|
| } // namespace blink
|
|
|
| -class SkSurface;
|
| -
|
| namespace content {
|
|
|
| // This class is a VideoCapturerSource taking video snapshots of the ctor-passed
|
| @@ -61,7 +60,7 @@ class CONTENT_EXPORT HtmlVideoElementCapturerSource final
|
| void sendNewFrame();
|
|
|
| media::VideoFramePool frame_pool_;
|
| - sk_sp<SkSurface> surface_;
|
| + sk_sp<CdlSurface> surface_;
|
|
|
| const base::WeakPtr<blink::WebMediaPlayer> web_media_player_;
|
| const scoped_refptr<base::SingleThreadTaskRunner> io_task_runner_;
|
|
|