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

Unified Diff: content/gpu/gpu_main.cc

Issue 2654993004: Move GPU blacklist calculation to GPU proc (Closed)
Patch Set: Feedback + add rest of logic back in 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
Index: content/gpu/gpu_main.cc
diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc
index 54791f60a1c8d8591c74e856c0562fd20a2d0d16..ee8b969f994720368aeca3932ad09fa53e8ec296 100644
--- a/content/gpu/gpu_main.cc
+++ b/content/gpu/gpu_main.cc
@@ -283,7 +283,8 @@ int GpuMain(const MainFunctionParams& parameters) {
GpuProcess gpu_process(io_thread_priority);
GpuChildThread* child_thread = new GpuChildThread(
gpu_init.TakeWatchdogThread(), dead_on_arrival, gpu_init.gpu_info(),
- deferred_messages.Get(), gpu_memory_buffer_factory.get());
+ gpu_init.gpu_feature_info(), deferred_messages.Get(),
+ gpu_memory_buffer_factory.get());
while (!deferred_messages.Get().empty())
deferred_messages.Get().pop();

Powered by Google App Engine
This is Rietveld 408576698