| Index: media/gpu/android_video_decode_accelerator.h
|
| diff --git a/media/gpu/android_video_decode_accelerator.h b/media/gpu/android_video_decode_accelerator.h
|
| index 69cd6d9d6ecefb97501506b78048cf513ed6cff6..d7b7a0ea387093a64e16400f601243567fc8e15b 100644
|
| --- a/media/gpu/android_video_decode_accelerator.h
|
| +++ b/media/gpu/android_video_decode_accelerator.h
|
| @@ -348,10 +348,13 @@ class MEDIA_GPU_EXPORT AndroidVideoDecodeAccelerator
|
| // this.
|
| void OnDestroyingSurface(int surface_id);
|
|
|
| - // Return true if and only if we should use deferred rendering.
|
| + // Returns true if and only if we should use deferred rendering.
|
| static bool UseDeferredRenderingStrategy(
|
| const gpu::GpuPreferences& gpu_preferences);
|
|
|
| + // Returns true if frame's COPY_REQUIRED flag needs to be set.
|
| + static bool RequiresTextureCopy(const gpu::GpuPreferences& gpu_preferences);
|
| +
|
| // Used to DCHECK that we are called on the correct thread.
|
| base::ThreadChecker thread_checker_;
|
|
|
|
|