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

Unified Diff: media/renderers/gpu_video_accelerator_factories.h

Issue 2656183002: Change effect of flag kDisableAcceleratedVideoDecode to only affect decode
Patch Set: Created 3 years, 11 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 | « content/renderer/render_thread_impl.cc ('k') | media/renderers/mock_gpu_video_accelerator_factories.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/renderers/gpu_video_accelerator_factories.h
diff --git a/media/renderers/gpu_video_accelerator_factories.h b/media/renderers/gpu_video_accelerator_factories.h
index ad27adaa33fab8186745b5b81be19e537ca02bdf..50853ee6384f09b103b392f7e6edc4466034a94c 100644
--- a/media/renderers/gpu_video_accelerator_factories.h
+++ b/media/renderers/gpu_video_accelerator_factories.h
@@ -67,8 +67,8 @@ class MEDIA_EXPORT GpuVideoAcceleratorFactories {
NV12_DUAL_GMB, // One R8, one RG88 GMB
};
- // Return whether GPU encoding/decoding is enabled.
- virtual bool IsGpuVideoAcceleratorEnabled() = 0;
+ // Return whether GPU decoding is enabled.
+ virtual bool IsGpuVideoDecodeAcceleratorEnabled() = 0;
// Return the channel token, or an empty token if the channel is unusable.
virtual base::UnguessableToken GetChannelToken() = 0;
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | media/renderers/mock_gpu_video_accelerator_factories.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698