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

Unified Diff: content/gpu/gpu_main.cc

Issue 2654993004: Move GPU blacklist calculation to GPU proc (Closed)
Patch Set: cleanup 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 2518e539bc8a55102c91f54d86345cf8403be521..48e4b3f1517e5a02395fbed0b440825be5d09b53 100644
--- a/content/gpu/gpu_main.cc
+++ b/content/gpu/gpu_main.cc
@@ -282,7 +282,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_status(), 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