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

Unified Diff: media/tools/player_wtl/view.h

Issue 7795027: One-liner fix for player_wtl. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src
Patch Set: Created 9 years, 3 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: media/tools/player_wtl/view.h
diff --git a/media/tools/player_wtl/view.h b/media/tools/player_wtl/view.h
index 29edc69f10d7d9e2987ee455cac4af54b8af1b85..f89f0935bc4cec5b8407440a729feacf2bc458ec 100644
--- a/media/tools/player_wtl/view.h
+++ b/media/tools/player_wtl/view.h
@@ -235,7 +235,6 @@ class WtlVideoWindow : public CScrollWindowImpl<WtlVideoWindow> {
last_timestamp_ = frame_timestamp;
ConvertFrame(frame);
}
- frame = NULL;
}
renderer_->PutCurrentFrame(frame);
« 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