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

Unified Diff: media/base/pipeline.h

Issue 710693003: Report PIPELINE_ERROR_DECODE when SourceState::Append fails. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't use renderer_ in ReportMetadata Created 6 years, 1 month 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 | media/base/pipeline.cc » ('j') | media/base/pipeline.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/pipeline.h
diff --git a/media/base/pipeline.h b/media/base/pipeline.h
index 71c16e1ee0c4429d5e1c5597be65ccc41dc8b758..2be730d334e719c5851defe0bffd9bc4e1a56051 100644
--- a/media/base/pipeline.h
+++ b/media/base/pipeline.h
@@ -319,8 +319,6 @@ class MEDIA_EXPORT Pipeline : public DemuxerHost {
// The following data members are only accessed by tasks posted to
// |task_runner_|.
- bool is_initialized_;
-
// Member that tracks the current state.
State state_;
« no previous file with comments | « no previous file | media/base/pipeline.cc » ('j') | media/base/pipeline.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698