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

Unified Diff: content/renderer/media/webmediaplayer_impl.cc

Issue 22691003: Enable config change in GVD for all CrOS platforms. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 4 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 | media/filters/gpu_video_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/webmediaplayer_impl.cc
diff --git a/content/renderer/media/webmediaplayer_impl.cc b/content/renderer/media/webmediaplayer_impl.cc
index b00c6a04cf9f071a290344fc90214d1d034741bd..de0bf38ea03f3eed4ab5a5a910b957a43e8221f9 100644
--- a/content/renderer/media/webmediaplayer_impl.cc
+++ b/content/renderer/media/webmediaplayer_impl.cc
@@ -1060,8 +1060,8 @@ void WebMediaPlayerImpl::StartPipeline(WebKit::WebMediaSource* media_source) {
base::Bind(&LogMediaSourceError, media_log_));
demuxer_.reset(chunk_demuxer_);
-#if !defined(OS_CHROMEOS) || !defined(ARCH_CPU_X86_FAMILY)
- // Disable GpuVideoDecoder creation on platforms other than CrOS x86 until
+#if !defined(OS_CHROMEOS)
+ // Disable GpuVideoDecoder creation on platforms other than CrOS until
// they support codec config changes.
// TODO(acolwell): Remove this once http://crbug.com/151045 is fixed.
gpu_factories_ = NULL;
« no previous file with comments | « no previous file | media/filters/gpu_video_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698