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

Unified Diff: content/browser/compositor/software_output_device_mac.mm

Issue 1844053002: Add detached mode plumbing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: And target Created 4 years, 9 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/browser/compositor/software_output_device_mac.mm
diff --git a/content/browser/compositor/software_output_device_mac.mm b/content/browser/compositor/software_output_device_mac.mm
index e71f6782878fb8915d7ceb7f27176454569040a9..74a3adca8dcd6c28f12475d65f671ae45818bd84 100644
--- a/content/browser/compositor/software_output_device_mac.mm
+++ b/content/browser/compositor/software_output_device_mac.mm
@@ -145,8 +145,8 @@ void SoftwareOutputDeviceMac::EndPaint() {
base::TimeTicks vsync_timebase;
base::TimeDelta vsync_interval;
ui::AcceleratedWidgetMacGotFrame(
- compositor_->widget(), 0, io_surfaces_[current_index_], pixel_size_,
- scale_factor_, &vsync_timebase, &vsync_interval);
+ compositor_->widget(), 0, io_surfaces_[current_index_], false, 0,
+ pixel_size_, scale_factor_, &vsync_timebase, &vsync_interval);
if (!update_vsync_callback_.is_null())
update_vsync_callback_.Run(vsync_timebase, vsync_interval);
« no previous file with comments | « chrome/browser/ui/cocoa/browser_window_controller_private.mm ('k') | content/browser/gpu/gpu_process_host_ui_shim.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698