Index: media/blink/video_frame_compositor.cc |
diff --git a/media/blink/video_frame_compositor.cc b/media/blink/video_frame_compositor.cc |
index 3cf2a1cb22d85b54c9f9e6859097e5ac3693c4c7..b2486a71503e4bdc479b9d8459564fe9ac5cd815 100644 |
--- a/media/blink/video_frame_compositor.cc |
+++ b/media/blink/video_frame_compositor.cc |
@@ -181,8 +181,10 @@ bool VideoFrameCompositor::ProcessNewFrame( |
const scoped_refptr<VideoFrame>& frame) { |
DCHECK(compositor_task_runner_->BelongsToCurrentThread()); |
- if (frame == current_frame_) |
- return false; |
+ // TODO(tguilbert): uncomment the following code and expose a |
+ // "frame refreshed" method, or some other equivalent solution. |
+ // if (frame == current_frame_) |
+ // return false; |
// Set the flag indicating that the current frame is unrendered, if we get a |
// subsequent PutCurrentFrame() call it will mark it as rendered. |