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

Issue 390763003: Fix the build with enable_webrtc=0 after r281588. (Closed)

Created:
6 years, 5 months ago by Raphael Kubo da Costa (rakuco)
Modified:
6 years, 5 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam
Project:
chromium
Visibility:
Public.

Description

Fix the build with enable_webrtc=0 after r281588. CanUseCompositorAPI() and CanUseVideoDecodeAPI() were defined only if WebRTC support was enabled, even though they do not depend on it. Make the ENABLE_WEBRTC ifdef cover only CanUseMediaStreamAPI() instead. BUG=386743 R=teravest@chromium.org, dmichael@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=283512

Patch Set 1 #

Patch Set 2 : Patch v2 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M content/renderer/pepper/content_renderer_pepper_host_factory.cc View 1 3 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Raphael Kubo da Costa (rakuco)
I'm not 100% sure this is the right fix -- it's also possible to just ...
6 years, 5 months ago (2014-07-15 08:44:55 UTC) #1
teravest
I think it's better to move CanUseCompositorAPI() and CanUseVideoDecodeAPI() out of the ENABLE_WEBRTC block. I ...
6 years, 5 months ago (2014-07-15 17:07:36 UTC) #2
Raphael Kubo da Costa (rakuco)
Thanks for the review; I've implemented your suggestion in patch v2.
6 years, 5 months ago (2014-07-15 20:19:38 UTC) #3
teravest
lgtm
6 years, 5 months ago (2014-07-15 21:35:56 UTC) #4
Raphael Kubo da Costa (rakuco)
The CQ bit was checked by raphael.kubo.da.costa@intel.com
6 years, 5 months ago (2014-07-16 07:25:20 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/raphael.kubo.da.costa@intel.com/390763003/20001
6 years, 5 months ago (2014-07-16 07:28:37 UTC) #6
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_rel on tryserver.chromium ...
6 years, 5 months ago (2014-07-16 11:41:22 UTC) #7
commit-bot: I haz the power
6 years, 5 months ago (2014-07-16 21:27:26 UTC) #8
Message was sent while issue was closed.
Change committed as 283512

Powered by Google App Engine
This is Rietveld 408576698