Commit 212d9d55 authored by ananta@chromium.org's avatar ananta@chromium.org

Temporarily disabling H/W video decode on Windows to see if the crashes in the gpu process

are related.

BUG=142402
R=fischman
Review URL: https://chromiumcodereview.appspot.com/10831291

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151329 0039d316-1c4b-4281-b951-d872f2087c98
parent 55e165e5
...@@ -2418,7 +2418,7 @@ WebMediaPlayer* RenderViewImpl::createMediaPlayer( ...@@ -2418,7 +2418,7 @@ WebMediaPlayer* RenderViewImpl::createMediaPlayer(
// Accelerated video decode is not enabled by default on Linux. // Accelerated video decode is not enabled by default on Linux.
// crbug.com/137247 // crbug.com/137247
bool use_accelerated_video_decode = false; bool use_accelerated_video_decode = false;
#if defined(OS_CHROMEOS) || defined(OS_WIN) #if defined(OS_CHROMEOS)
use_accelerated_video_decode = true; use_accelerated_video_decode = true;
#endif #endif
use_accelerated_video_decode &= !CommandLine::ForCurrentProcess()->HasSwitch( use_accelerated_video_decode &= !CommandLine::ForCurrentProcess()->HasSwitch(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment