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

Unified Diff: content/browser/gpu/gpu_process_host.cc

Issue 2735083002: [Mojo Video Capture] Add test coverage for accelerated jpeg decoding (Closed)
Patch Set: Rebase to March 14 and Do not actually decode Jpeg frames Created 3 years, 9 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
Index: content/browser/gpu/gpu_process_host.cc
diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc
index ec7cd536b8fc5b9a72eb08ffab5ddc508649e0ee..5ddc5690f4a103b040bebed7800aa6a4cf30a62a 100644
--- a/content/browser/gpu/gpu_process_host.cc
+++ b/content/browser/gpu/gpu_process_host.cc
@@ -150,6 +150,7 @@ static const char* const kSwitchNames[] = {
switches::kTraceConfigFile,
switches::kTraceStartup,
switches::kTraceToConsole,
+ switches::kUseFakeJpegDecodeAccelerator,
switches::kUseGpuInTests,
switches::kV,
switches::kVModule,

Powered by Google App Engine
This is Rietveld 408576698