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

Unified Diff: services/media/factory_service/media_timeline_controller_impl.h

Issue 2051873002: Motown: Add missing field initialization. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/media/factory_service/media_timeline_controller_impl.h
diff --git a/services/media/factory_service/media_timeline_controller_impl.h b/services/media/factory_service/media_timeline_controller_impl.h
index 7dca89d08a030542c1ed18d96e22db97b6618325..c2b383a5c1a76238d6ac5e19d770f591339fd6b5 100644
--- a/services/media/factory_service/media_timeline_controller_impl.h
+++ b/services/media/factory_service/media_timeline_controller_impl.h
@@ -151,7 +151,7 @@ class MediaTimelineControllerImpl
MojoPublisher<GetStatusCallback> status_publisher_;
std::vector<SiteState> site_states_;
TimelineFunction current_timeline_function_;
- bool end_of_stream_;
+ bool end_of_stream_ = false;
std::weak_ptr<TimelineTransition> pending_transition_;
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698