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

Unified Diff: content/common/gpu_host_messages.h

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/common/gpu_host_messages.h
diff --git a/content/common/gpu_host_messages.h b/content/common/gpu_host_messages.h
index 99f5ea9c8852507cea54ea1d74fe6950f0603a3d..4cfb695c925b56adcd368b2013e524fca65493c7 100644
--- a/content/common/gpu_host_messages.h
+++ b/content/common/gpu_host_messages.h
@@ -10,6 +10,7 @@
#include "content/common/establish_channel_params.h"
#include "gpu/command_buffer/common/sync_token.h"
#include "gpu/command_buffer/service/gpu_preferences.h"
+#include "gpu/config/gpu_feature_status.h"
#include "gpu/config/gpu_info.h"
#include "gpu/ipc/common/gpu_command_buffer_traits.h"
#include "gpu/ipc/common/gpu_param_traits.h"
@@ -172,9 +173,10 @@ IPC_MESSAGE_CONTROL0(GpuMsg_GpuSwitched)
// These are messages to the browser.
// Response from GPU to a GputMsg_Initialize message.
-IPC_MESSAGE_CONTROL2(GpuHostMsg_Initialized,
+IPC_MESSAGE_CONTROL3(GpuHostMsg_Initialized,
bool /* result */,
- ::gpu::GPUInfo /* gpu_info */)
+ ::gpu::GPUInfo /* gpu_info */,
+ ::gpu::GPUFeatureStatus)
// Response from GPU to a GpuHostMsg_EstablishChannel message.
IPC_MESSAGE_CONTROL1(GpuHostMsg_ChannelEstablished,

Powered by Google App Engine
This is Rietveld 408576698