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

Unified Diff: content/gpu/gpu_main.cc

Issue 1547793004: Make gpu black list work again on Linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 0686c57577471216ddc2be2a2f618aa9cabc272a..c079ed3dbf609aeafe8f0f1cf99d4cc619d10cf2 100644
--- a/content/gpu/gpu_main.cc
+++ b/content/gpu/gpu_main.cc
@@ -128,6 +128,8 @@ bool GpuProcessLogMessageHandler(int severity,
// Main function for starting the Gpu process.
int GpuMain(const MainFunctionParams& parameters) {
+ DVLOG(1) << "gpu process running";
+
TRACE_EVENT0("gpu", "GpuMain");
base::trace_event::TraceLog::GetInstance()->SetProcessName("GPU Process");
base::trace_event::TraceLog::GetInstance()->SetProcessSortIndex(

Powered by Google App Engine
This is Rietveld 408576698