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

Unified Diff: content/common/child_process_messages.h

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/common/child_process_messages.h
diff --git a/content/common/child_process_messages.h b/content/common/child_process_messages.h
index 3215a1dca6dc8f4ea905ef23d8839fc3e1d40d58..30b4e9add08aff14a9e28366ee20cb7026ff717d 100644
--- a/content/common/child_process_messages.h
+++ b/content/common/child_process_messages.h
@@ -31,7 +31,7 @@
IPC_ENUM_TRAITS_MAX_VALUE(content::CauseForGpuLaunch,
content::CAUSE_FOR_GPU_LAUNCH_MAX_ENUM - 1)
-IPC_ENUM_TRAITS_MAX_VALUE(tracked_objects::ThreadData::Status,
+IPC_ENUM_TRAITS_MAX_VALUE(tracked_objects::ThreadData::ThreadStatus,
tracked_objects::ThreadData::STATUS_LAST)
IPC_STRUCT_TRAITS_BEGIN(tracked_objects::LocationSnapshot)
@@ -89,7 +89,8 @@ IPC_MESSAGE_CONTROL1(ChildProcessMsg_SetIPCLoggingEnabled,
// Tell the child process to enable or disable the profiler status.
IPC_MESSAGE_CONTROL1(ChildProcessMsg_SetProfilerStatus,
- tracked_objects::ThreadData::Status /* profiler status */)
+ tracked_objects::ThreadData::ThreadStatus
+ /* profiler status */)
// Send to all the child processes to send back profiler data (ThreadData in
// tracked_objects).

Powered by Google App Engine
This is Rietveld 408576698