wrap lines to meet Travis CI build requirements
This commit is contained in:
parent
7cdfa44438
commit
d0c6176640
4 changed files with 10 additions and 5 deletions
|
@ -203,7 +203,8 @@ gfx::Size NativeWindow::GetInteriorContentExtraSize() {
|
|||
return interiorContentExtraSize;
|
||||
}
|
||||
|
||||
void NativeWindow::MaintainContentAspectRatio(double aspectRatio, const gfx::Size& extraSize) {
|
||||
void NativeWindow::MaintainContentAspectRatio(double aspectRatio,
|
||||
const gfx::Size& extraSize) {
|
||||
interiorContentAspectRatio = aspectRatio;
|
||||
interiorContentExtraSize = extraSize;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue