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

Unified Diff: gpu/ipc/service/gpu_channel_manager.h

Issue 2682723003: Make disabling accelerated VPX decoding a GPU driver bug workaround. (Closed)
Patch Set: rebase Created 3 years, 7 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 | « gpu/config/software_rendering_list.json ('k') | gpu/ipc/service/gpu_channel_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/service/gpu_channel_manager.h
diff --git a/gpu/ipc/service/gpu_channel_manager.h b/gpu/ipc/service/gpu_channel_manager.h
index 3c11dee8e681c32fc49f728456701e34feecc589..b0a183acdecf95737c3118ebb08cdec3d07f54e1 100644
--- a/gpu/ipc/service/gpu_channel_manager.h
+++ b/gpu/ipc/service/gpu_channel_manager.h
@@ -34,6 +34,7 @@ class GLShareGroup;
}
namespace gpu {
+class GpuDriverBugWorkarounds;
struct GpuPreferences;
class PreemptionFlag;
class SyncPointManager;
@@ -58,6 +59,7 @@ class GpuWatchdogThread;
class GPU_EXPORT GpuChannelManager {
public:
GpuChannelManager(const GpuPreferences& gpu_preferences,
+ const GpuDriverBugWorkarounds& workarounds,
GpuChannelManagerDelegate* delegate,
GpuWatchdogThread* watchdog,
scoped_refptr<base::SingleThreadTaskRunner> task_runner,
« no previous file with comments | « gpu/config/software_rendering_list.json ('k') | gpu/ipc/service/gpu_channel_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698