| Index: media/gpu/android_video_decode_accelerator.cc
|
| diff --git a/media/gpu/android_video_decode_accelerator.cc b/media/gpu/android_video_decode_accelerator.cc
|
| index 773b09e57853fadc70d509379b7985cb9d768cfd..a3a358aec1054ffa05aa7ac33f0db28b9e173150 100644
|
| --- a/media/gpu/android_video_decode_accelerator.cc
|
| +++ b/media/gpu/android_video_decode_accelerator.cc
|
| @@ -114,8 +114,7 @@ bool ShouldDeferSurfaceCreation(AVDACodecAllocator* codec_allocator,
|
| VideoCodec codec) {
|
| return surface_id == SurfaceManager::kNoSurfaceID && codec == kCodecH264 &&
|
| codec_allocator->IsAnyRegisteredAVDA() &&
|
| - (base::android::BuildInfo::GetInstance()->sdk_int() <= 18 ||
|
| - base::SysInfo::IsLowEndDevice());
|
| + base::android::BuildInfo::GetInstance()->sdk_int() <= 18;
|
| }
|
|
|
| } // namespace
|
|
|