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

Unified Diff: media/filters/video_renderer_base.h

Issue 10837118: Dead code elimination: scythe.chrome_functions:segment.path %media% edition, round 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 4 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/filters/video_renderer_base.h
diff --git a/media/filters/video_renderer_base.h b/media/filters/video_renderer_base.h
index 276a24b4d45b981326a197d8fca29d995e1f06e2..04c4410d484386e75c2bd5b048d37a9569addf06 100644
--- a/media/filters/video_renderer_base.h
+++ b/media/filters/video_renderer_base.h
@@ -107,9 +107,6 @@ class MEDIA_EXPORT VideoRendererBase
const scoped_refptr<VideoFrame>& next_frame,
float playback_rate);
- // Safely handles entering to an error state.
- void EnterErrorState_Locked(PipelineStatus status);
-
// Helper function that flushes the buffers when a Stop() or error occurs.
void DoStopOrError_Locked();

Powered by Google App Engine
This is Rietveld 408576698