wrap lines to meet Travis CI build requirements

This commit is contained in:
Michael S. Barthelemy 2015-07-16 14:45:27 -04:00
parent 7cdfa44438
commit d0c6176640
4 changed files with 10 additions and 5 deletions

View file

@ -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;
}