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

Unified Diff: media/base/test_helpers.h

Issue 237353007: Refactor VideoRendererImpl to use VideoFrameScheduler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments 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/base/test_helpers.h
diff --git a/media/base/test_helpers.h b/media/base/test_helpers.h
index f342af440cec63ed817540f17674d2d34516fc4d..d1006528fbc1bd06c1f7e793562263277629dffc 100644
--- a/media/base/test_helpers.h
+++ b/media/base/test_helpers.h
@@ -17,6 +17,11 @@
namespace base {
class MessageLoop;
class TimeDelta;
+class TimeTicks;
+
+// Gtest pretty printers for commonly used types in media tests.
+void PrintTo(const TimeDelta& time_delta, std::ostream* os);
+void PrintTo(const TimeTicks& time_ticks, std::ostream* os);
}
namespace media {

Powered by Google App Engine
This is Rietveld 408576698