Commit 3109e9bf authored by Sreerenj Balachandran's avatar Sreerenj Balachandran Committed by Commit Bot

gpu/vp8_reference_frame_vector: clean up the header file inclusion

The vp8_reference_frame_vector implementation has dependency to
scoped_refptr.It is cleaner to include the scoped_refptr.h
directly instead of using the ref_counted.h header file.
Cleaning based on the review comments for:
https://chromium-review.googlesource.com/c/chromium/src/+/1383540

Change-Id: I2e97cf4eb8a68690f32148bd6897dd83c56dd213
Reviewed-on: https://chromium-review.googlesource.com/c/1457727Reviewed-by: default avatarHirokazu Honda <hiroh@chromium.org>
Commit-Queue: Hirokazu Honda <hiroh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#629887}
parent 08cfc3aa
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#include <array> #include <array>
#include "base/memory/ref_counted.h" #include "base/memory/scoped_refptr.h"
#include "base/sequence_checker.h" #include "base/sequence_checker.h"
#include "media/filters/vp8_parser.h" #include "media/filters/vp8_parser.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment