diff --git a/DEPS b/DEPS index 0f472d80a3..b94bab96c9 100644 --- a/DEPS +++ b/DEPS @@ -6,7 +6,7 @@ vars = { 'extra_gyp_flag': '-Dextra_gyp_flag=0', 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': '8d51d96bcb3ea92bf4e6caeb00e5b0061e8e3002', + 'chromium_revision': 'bd49b1236260db8fc008beb1630583bc7623141e', } # NOTE: Prefer revision numbers to tags for svn deps. Use http rather than diff --git a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc b/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc index b1576a843b..ecf1c8338f 100644 --- a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc +++ b/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc @@ -704,8 +704,7 @@ TEST_F(VideoProcessorIntegrationTest, } // VP9: Run with no packet loss and denoiser on. One key frame (first frame). -// Disabled due to crash in libvpx revision 763fe7a (webrtc:4418). -TEST_F(VideoProcessorIntegrationTest, DISABLED_ProcessNoLossDenoiserOnVP9) { +TEST_F(VideoProcessorIntegrationTest, ProcessNoLossDenoiserOnVP9) { // Bitrate and frame rate profile. RateProfile rate_profile; SetRateProfilePars(&rate_profile, 0, 500, 30, 0);