summaryrefslogtreecommitdiffstats
path: root/media/base/pipeline.h
diff options
context:
space:
mode:
authorscherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-08 18:30:34 +0000
committerscherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-08 18:30:34 +0000
commitdd688d5585357f7dcb5f9e268b4a86dc2ee4a4fb (patch)
tree1110a123dd3abf0d54f2881ee02536bebe3fc9c7 /media/base/pipeline.h
parentf9425abb23f9e418d5a3042779fa9fbae48a1127 (diff)
downloadchromium_src-dd688d5585357f7dcb5f9e268b4a86dc2ee4a4fb.zip
chromium_src-dd688d5585357f7dcb5f9e268b4a86dc2ee4a4fb.tar.gz
chromium_src-dd688d5585357f7dcb5f9e268b4a86dc2ee4a4fb.tar.bz2
Remove Pipeline::kEnded state as it is redundant with Pipeline::kStarted.
Review URL: https://chromiumcodereview.appspot.com/10855041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150591 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/base/pipeline.h')
-rw-r--r--media/base/pipeline.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/media/base/pipeline.h b/media/base/pipeline.h
index 1d50f04..9dfbf55 100644
--- a/media/base/pipeline.h
+++ b/media/base/pipeline.h
@@ -80,9 +80,6 @@ class MEDIA_EXPORT PipelineStatusNotification {
// | |
// V Seek()/Stop() |
// [ Started ] -------------------------> [ Pausing (for each filter) ]
-// | ^
-// | OnRendererEnded() Seek()/Stop() |
-// `-------------> [ Ended ] ---------------------'
// ^ SetError()
// |
// [ Any State Other Than InitXXX ]
@@ -246,7 +243,6 @@ class MEDIA_EXPORT Pipeline
kFlushing,
kStarting,
kStarted,
- kEnded,
kStopping,
kStopped,
kError,