Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(402)

Unified Diff: media/filters/video_frame_scheduler.h

Issue 237353007: Refactor VideoRendererImpl to use VideoFrameScheduler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: pretty much done Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: media/filters/video_frame_scheduler.h
diff --git a/media/filters/video_frame_scheduler.h b/media/filters/video_frame_scheduler.h
index 6ccebe703f71cd3f2d2e122a1320f5839d57144e..2e06223a3f799cbd22340aacf236461b99c629a4 100644
--- a/media/filters/video_frame_scheduler.h
+++ b/media/filters/video_frame_scheduler.h
@@ -7,6 +7,7 @@
#include "base/callback.h"
#include "base/memory/ref_counted.h"
+#include "base/time/time.h"
#include "media/base/media_export.h"
namespace media {

Powered by Google App Engine
This is Rietveld 408576698