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

Unified Diff: media/base/test_helpers.h

Issue 1083383005: Connect the new video rendering path to the compositor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@vra
Patch Set: Update LoginCustomFlags histogram. Created 5 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
« no previous file with comments | « media/base/null_video_sink.h ('k') | media/base/video_renderer_sink.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/test_helpers.h
diff --git a/media/base/test_helpers.h b/media/base/test_helpers.h
index a2c29544ffb4d47967c0b9e782ce5222b2d89299..1c518d9f0a25edf6e22c88c4866cfcbbbafe8779 100644
--- a/media/base/test_helpers.h
+++ b/media/base/test_helpers.h
@@ -53,6 +53,8 @@ class WaitableMessageLoopEvent {
// Fails the test if the timeout is reached.
void RunAndWaitForStatus(PipelineStatus expected);
+ bool is_signaled() const { return signaled_; }
+
private:
void OnCallback(PipelineStatus status);
void OnTimeout();
« no previous file with comments | « media/base/null_video_sink.h ('k') | media/base/video_renderer_sink.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698