Commit aaa65993 authored by fischman@chromium.org's avatar fischman@chromium.org

Revert 151329 - Temporarily disabling H/W video decode on Windows to see if...

Revert 151329 - 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

TBR=ananta@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10825420

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152086 0039d316-1c4b-4281-b951-d872f2087c98
parent fd2ad3f9
...@@ -2406,7 +2406,7 @@ WebMediaPlayer* RenderViewImpl::createMediaPlayer( ...@@ -2406,7 +2406,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) #if defined(OS_CHROMEOS) || defined(OS_WIN)
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