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

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

Issue 3018021: media: player_wtl renderer forget to putCurrentFrame. (Closed)
Patch Set: typo Created 10 years, 5 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 4e168372d0c6ca33bf66aa1ef989c6a441aa7b7b..dd1aaafed4ac29fe2d1b7c1a15a54623aef234ee 100644
--- a/media/tools/player_wtl/view.h
+++ b/media/tools/player_wtl/view.h
@@ -235,6 +235,7 @@ class WtlVideoWindow : public CScrollWindowImpl<WtlVideoWindow> {
}
frame = NULL;
}
+ renderer_->PutCurrentFrame(frame);
#ifdef TESTING
double paint_time_start = GetTime();
« 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