diff options
Diffstat (limited to 'ui/display/chromeos/x11/native_display_delegate_x11.h')
-rw-r--r-- | ui/display/chromeos/x11/native_display_delegate_x11.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/display/chromeos/x11/native_display_delegate_x11.h b/ui/display/chromeos/x11/native_display_delegate_x11.h index f9eade3..a276495 100644 --- a/ui/display/chromeos/x11/native_display_delegate_x11.h +++ b/ui/display/chromeos/x11/native_display_delegate_x11.h @@ -111,7 +111,7 @@ class DISPLAY_EXPORT NativeDisplayDelegateX11 : public NativeDisplayDelegate { // Destroys unused CRTCs and parks used CRTCs in a way which allows a // framebuffer resize. This is faster than turning them off, resizing, // then turning them back on. - void DestroyUnusedCrtcs(); + void DestroyUnusedCrtcs(const gfx::Size& new_size); bool ConfigureCrtc(RRCrtc crtc, RRMode mode, RROutput output, int x, int y); |