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

Unified Diff: gpu/ipc/common/gpu_messages.h

Issue 2107783003: Pass initial size and GPU preference via context attributes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gpu/ipc/common/OWNERS presubmit Created 4 years, 6 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: gpu/ipc/common/gpu_messages.h
diff --git a/gpu/ipc/common/gpu_messages.h b/gpu/ipc/common/gpu_messages.h
index ef24ea4b157a780b5a89a7d3c2da7e9f885b5a95..255f7b8fec0b4a8a70388f887f88a079bc83a7e9 100644
--- a/gpu/ipc/common/gpu_messages.h
+++ b/gpu/ipc/common/gpu_messages.h
@@ -55,13 +55,11 @@ IPC_STRUCT_END()
IPC_STRUCT_BEGIN(GPUCreateCommandBufferConfig)
IPC_STRUCT_MEMBER(gpu::SurfaceHandle, surface_handle)
- IPC_STRUCT_MEMBER(gfx::Size, size)
IPC_STRUCT_MEMBER(int32_t, share_group_id)
IPC_STRUCT_MEMBER(int32_t, stream_id)
IPC_STRUCT_MEMBER(gpu::GpuStreamPriority, stream_priority)
IPC_STRUCT_MEMBER(gpu::gles2::ContextCreationAttribHelper, attribs)
IPC_STRUCT_MEMBER(GURL, active_url)
- IPC_STRUCT_MEMBER(gl::GpuPreference, gpu_preference)
IPC_STRUCT_END()
IPC_STRUCT_BEGIN(GpuCommandBufferMsg_CreateImage_Params)

Powered by Google App Engine
This is Rietveld 408576698