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

Unified Diff: ui/views/widget/native_widget_mac_unittest.mm

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 | « ui/accelerated_widget_mac/accelerated_widget_mac.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/native_widget_mac_unittest.mm
diff --git a/ui/views/widget/native_widget_mac_unittest.mm b/ui/views/widget/native_widget_mac_unittest.mm
index 0b41b9ca50afba088099a2b92a0badf2db17f429..65fc1e5f585e8cbb86b9d856c74546309314967c 100644
--- a/ui/views/widget/native_widget_mac_unittest.mm
+++ b/ui/views/widget/native_widget_mac_unittest.mm
@@ -89,7 +89,7 @@ class BridgedNativeWidgetTestApi {
void SimulateFrameSwap(const gfx::Size& size) {
const float kScaleFactor = 1.0f;
bridge_->compositor_widget_->GotFrame(
- 0, base::ScopedCFTypeRef<IOSurfaceRef>(), size, kScaleFactor);
+ 0, false, 0, base::ScopedCFTypeRef<IOSurfaceRef>(), size, kScaleFactor);
bridge_->AcceleratedWidgetSwapCompleted();
}
« no previous file with comments | « ui/accelerated_widget_mac/accelerated_widget_mac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698