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

Issue 258383002: Revert 266822 "Remove dropped frame counting and task posting fr..." (Closed)

Created:
6 years, 7 months ago by alokp
Modified:
6 years, 7 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Revert 266822 "Remove dropped frame counting and task posting fr..." Reason for revert: Speculative; may have made webgl conformance tests for video extensions flaky. > Remove dropped frame counting and task posting from VideoFrameCompositor. > > While developing VideoFrameScheduler it became apparent that we no longer need to post tasks to notify the compositor as scheduling is already being done on the compositor thread. If there are no posted tasks, it also means we don't need to track dropped frames due to missed scheduler notifications. > > BUG=110814 > > Review URL: https://codereview.chromium.org/251733005 TBR=scherkus@chromium.org BUG=368300 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266952

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+229 lines, -81 lines) Patch
M trunk/src/content/renderer/media/video_frame_compositor.h View 2 chunks +34 lines, -25 lines 0 comments Download
M trunk/src/content/renderer/media/video_frame_compositor.cc View 2 chunks +125 lines, -31 lines 0 comments Download
M trunk/src/content/renderer/media/video_frame_compositor_unittest.cc View 6 chunks +51 lines, -4 lines 0 comments Download
M trunk/src/content/renderer/media/webmediaplayer_impl.h View 1 chunk +1 line, -2 lines 0 comments Download
M trunk/src/content/renderer/media/webmediaplayer_impl.cc View 7 chunks +18 lines, -19 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
alokp
6 years, 7 months ago (2014-04-29 20:27:51 UTC) #1
alokp
6 years, 7 months ago (2014-04-29 20:28:06 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 manually as r266952.

Powered by Google App Engine
This is Rietveld 408576698