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

Unified Diff: gpu/ipc/service/gpu_command_buffer_stub.cc

Issue 2499703002: gpu: Fix Mac fullscreen video (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | gpu/ipc/service/pass_through_image_transport_surface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/service/gpu_command_buffer_stub.cc
diff --git a/gpu/ipc/service/gpu_command_buffer_stub.cc b/gpu/ipc/service/gpu_command_buffer_stub.cc
index 5b29e2ca28ca161e22bece542ffb544293f6908e..b6396195afabdcb5ec8d6c46d8e5f253f00e02fe 100644
--- a/gpu/ipc/service/gpu_command_buffer_stub.cc
+++ b/gpu/ipc/service/gpu_command_buffer_stub.cc
@@ -293,6 +293,8 @@ void GpuCommandBufferStub::DidSwapBuffersComplete(
send_params.ca_context_id = params.ca_context_id;
send_params.fullscreen_low_power_ca_context_valid =
params.fullscreen_low_power_ca_context_valid;
+ send_params.fullscreen_low_power_ca_context_id =
+ params.fullscreen_low_power_ca_context_id;
send_params.io_surface = params.io_surface;
send_params.pixel_size = params.pixel_size;
send_params.scale_factor = params.scale_factor;
« no previous file with comments | « no previous file | gpu/ipc/service/pass_through_image_transport_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698