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

Unified Diff: content/common/gpu_host_messages.h

Issue 1918723002: Mac fullscreen low power: Plumb through to AcceleratedWidgetMac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@plumb
Patch Set: Fix widget test Created 4 years, 8 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
« no previous file with comments | « content/common/accelerated_surface_buffers_swapped_params_mac.h ('k') | content/gpu/gpu_child_thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu_host_messages.h
diff --git a/content/common/gpu_host_messages.h b/content/common/gpu_host_messages.h
index 28140fc7899f7234067e152892d0d91ad6e21450..b4751d0606dce0a744816b8845e6b26556aedb9d 100644
--- a/content/common/gpu_host_messages.h
+++ b/content/common/gpu_host_messages.h
@@ -84,6 +84,8 @@ IPC_STRUCT_TRAITS_BEGIN(content::AcceleratedSurfaceBuffersSwappedParams)
IPC_STRUCT_TRAITS_MEMBER(surface_handle)
// Only one of ca_context_id or io_surface may be non-0.
IPC_STRUCT_TRAITS_MEMBER(ca_context_id)
+ IPC_STRUCT_TRAITS_MEMBER(fullscreen_low_power_ca_context_valid)
+ IPC_STRUCT_TRAITS_MEMBER(fullscreen_low_power_ca_context_id)
IPC_STRUCT_TRAITS_MEMBER(io_surface)
IPC_STRUCT_TRAITS_MEMBER(size)
IPC_STRUCT_TRAITS_MEMBER(scale_factor)
« no previous file with comments | « content/common/accelerated_surface_buffers_swapped_params_mac.h ('k') | content/gpu/gpu_child_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698