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

Unified Diff: gpu/ipc/common/struct_traits_unittest.cc

Issue 2881813002: Revert of gpu: GPU service scheduler. (Closed)
Patch Set: 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/ipc/common/gpu_stream_constants.h ('k') | gpu/ipc/service/gpu_channel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/common/struct_traits_unittest.cc
diff --git a/gpu/ipc/common/struct_traits_unittest.cc b/gpu/ipc/common/struct_traits_unittest.cc
index 0c94f78e57a83b09b518e29b13a3edebd260eae3..93adcb2df3fe964cd27908a4002cfc21e28ef2d3 100644
--- a/gpu/ipc/common/struct_traits_unittest.cc
+++ b/gpu/ipc/common/struct_traits_unittest.cc
@@ -430,7 +430,6 @@
prefs.single_process = true;
prefs.in_process_gpu = true;
prefs.ui_prioritize_in_gpu_process = true;
- prefs.enable_gpu_scheduler = true;
#if defined(OS_WIN)
const GpuPreferences::VpxDecodeVendors vendor =
GpuPreferences::VPX_VENDOR_AMD;
@@ -444,7 +443,6 @@
EXPECT_TRUE(echo.single_process);
EXPECT_TRUE(echo.in_process_gpu);
EXPECT_TRUE(echo.ui_prioritize_in_gpu_process);
- EXPECT_TRUE(echo.enable_gpu_scheduler);
EXPECT_TRUE(echo.enable_gpu_driver_debug_logging);
#if defined(OS_WIN)
EXPECT_EQ(vendor, echo.enable_accelerated_vpx_decode);
« no previous file with comments | « gpu/ipc/common/gpu_stream_constants.h ('k') | gpu/ipc/service/gpu_channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698