Chromium Code Reviews| Index: chrome/common/gpu_messages_internal.h |
| =================================================================== |
| --- chrome/common/gpu_messages_internal.h (revision 75352) |
| +++ chrome/common/gpu_messages_internal.h (working copy) |
| @@ -133,6 +133,12 @@ |
| IPC_MESSAGE_CONTROL1(GpuHostMsg_GraphicsInfoCollected, |
| GPUInfo /* GPU logging stats */) |
| +// Request from GPU to check if GPU is blacklisted based on partial GPU |
| +// info. |
|
Ken Russell (switch to Gerrit)
2011/02/18 22:21:24
In that case just name it GpuHostMsg_PartialGraphi
Zhenyao Mo
2011/02/18 22:41:52
Used preliminary here to be consistent.
|
| +IPC_SYNC_MESSAGE_CONTROL1_1(GpuHostMsg_GraphicsInfoCollectedSafe, |
| + GPUInfo, /* partial GPU logging stats */ |
| + bool /* blacklisted or not */) |
| + |
| // Message from GPU to add a GPU log message to the about:gpu page. |
| IPC_MESSAGE_CONTROL3(GpuHostMsg_OnLogMessage, |
| int /*severity*/, |