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

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

Issue 2365583004: Mac: Clean up plumbing of accelerated widgets (Closed)
Patch Set: Created 4 years, 3 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 255f7b8fec0b4a8a70388f887f88a079bc83a7e9..8dd1418c694a7af824f5ca3b3fa95689d5384a97 100644
--- a/gpu/ipc/common/gpu_messages.h
+++ b/gpu/ipc/common/gpu_messages.h
@@ -77,7 +77,6 @@ IPC_STRUCT_BEGIN(GpuCommandBufferMsg_SwapBuffersCompleted_Params)
// TODO(ccameron): Remove these parameters once the CALayer tree is hosted in
// the browser process.
// https://crbug.com/604052
- IPC_STRUCT_MEMBER(gpu::SurfaceHandle, surface_handle)
// Only one of ca_context_id or io_surface may be non-0.
IPC_STRUCT_MEMBER(CAContextID, ca_context_id)
IPC_STRUCT_MEMBER(bool, fullscreen_low_power_ca_context_valid)

Powered by Google App Engine
This is Rietveld 408576698