code styling

This commit is contained in:
leethomas 2016-05-22 18:36:05 -07:00
parent 09de0c2766
commit 1d61f987cb

View file

@ -707,7 +707,7 @@ bool NativeWindowMac::IsResizable() {
} }
void NativeWindowMac::SetAspectRatio(double aspect_ratio, void NativeWindowMac::SetAspectRatio(double aspect_ratio,
const gfx::Size& extra_size) { const gfx::Size& extra_size) {
NativeWindow::SetAspectRatio(aspect_ratio, extra_size); NativeWindow::SetAspectRatio(aspect_ratio, extra_size);
// We can't just pass the aspect ratio to Cocoa, since our API receives // We can't just pass the aspect ratio to Cocoa, since our API receives