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

Unified Diff: content/browser/renderer_host/render_process_host_impl.cc

Issue 1936093003: Fix gpu_video_decode_accelerator include order by renaming enum with X11 name collision (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename Status->ThreadStatus Created 4 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
Index: content/browser/renderer_host/render_process_host_impl.cc
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
index c8e8e61921ce3f514fe5e7c6b1b13d817cc2434e..ac1a0f94b3394e27e4221ab9e64d175f86f73316 100644
--- a/content/browser/renderer_host/render_process_host_impl.cc
+++ b/content/browser/renderer_host/render_process_host_impl.cc
@@ -1733,7 +1733,7 @@ void RenderProcessHostImpl::OnChannelConnected(int32_t peer_pid) {
IPC::Logging::GetInstance()->Enabled()));
#endif
- tracked_objects::ThreadData::Status status =
+ tracked_objects::ThreadData::ThreadStatus status =
tracked_objects::ThreadData::status();
Send(new ChildProcessMsg_SetProfilerStatus(status));

Powered by Google App Engine
This is Rietveld 408576698